Skip to main content

BuildUrlFromComponents

Function BuildUrlFromComponents 

Source
fn BuildUrlFromComponents(O: &Map<String, Value>) -> Option<String>
Expand description

Rebuilds a full URL string from a VS Code UriComponents JSON object ({ scheme, authority, path, query, fragment }). Returns None when the scheme field is absent or empty.