MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / originalFSPath

Function originalFSPath

src/platform/vscode-path/resources.ts:15–17  ·  view source on GitHub ↗
(uri: URI | undefined)

Source from the content-addressed store, hash-verified

13import { Schemas } from './utils';
14
15export function originalFSPath(uri: URI | undefined): string {
16 return isWeb ? uri?.path || '' : uri?.fsPath || '';
17}
18
19//#region IExtUri
20

Callers 7

isEqualOrParentMethod · 0.85
dirnameMethod · 0.85
normalizePathMethod · 0.85
relativePathMethod · 0.85
resolvePathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected