Function los

Source
pub async fn los(
    uri: SymbolURI,
    problems: bool,
) -> Result<Vec<(DocumentElementURI, LOKind)>, ServerFnError<String>>
Available on crate feature ssr only.