Uris¶
Constructors¶
create¶
Returns¶
- Uris val^
Public Functions¶
to_path¶
Ensure an LSP uri (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#uri)
is converted to a path, so the schema://
needs to be dropped, if present.
Parameters¶
- uri: String val
Returns¶
- String val
from_path¶
Convert a local path to an LSP uri
Parameters¶
- path: String val
Returns¶
- String val
eq¶
Parameters¶
- that: Uris val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Uris val
Returns¶
- Bool val