Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/foambubble/foam
/ parse
Function
parse
packages/foam-vscode/src/test/vscode-mock.ts:275–277 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
273
},
274
275
parse(value: string): Uri {
276
return
createVSCodeUri(URI.parse(value,
'file'
));
277
},
278
279
from(components: {
280
scheme: string;
Callers
nothing calls this directly
Calls
2
createVSCodeUri
Function · 0.85
parse
Method · 0.45
Tested by
no test coverage detected