MCPcopy
hub / github.com/foambubble/foam / file

Function file

packages/foam-vscode/src/test/vscode-mock.ts:271–273  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

269
270export const Uri = {
271 file(path: string): Uri {
272 return createVSCodeUri(URI.file(path));
273 },
274
275 parse(value: string): Uri {
276 return createVSCodeUri(URI.parse(value, 'file'));

Callers

nothing calls this directly

Calls 2

createVSCodeUriFunction · 0.85
fileMethod · 0.80

Tested by

no test coverage detected