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

Function joinPath

packages/foam-vscode/src/test/vscode-mock.ts:295–298  ·  view source on GitHub ↗
(base: Uri, ...pathSegments: string[])

Source from the content-addressed store, hash-verified

293 },
294
295 joinPath(base: Uri, ...pathSegments: string[]): Uri {
296 const baseUri = URI.parse(base.toString(), 'file');
297 return createVSCodeUri(baseUri.joinPath(...pathSegments));
298 },
299};
300
301// VS Code Location class

Callers

nothing calls this directly

Calls 4

createVSCodeUriFunction · 0.85
joinPathMethod · 0.80
toStringMethod · 0.65
parseMethod · 0.45

Tested by

no test coverage detected