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

Method normalize

src/platform/vscode-path/path.ts:191–191  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

189
190export interface IPath {
191 normalize(path: string): string;
192 isAbsolute(path: string): boolean;
193 join(...paths: string[]): string;
194 resolve(...pathSegments: string[]): string;

Callers 12

dumpCellMethod · 0.80
lookupCellByLongNameFunction · 0.80
getRuntimeDirImplMethod · 0.80
getJupyterConfigDirMethod · 0.80
getSystemJupyterPathsMethod · 0.80
getJupyterDataDirMethod · 0.80
TrustedKernelPathsClass · 0.80
joinFunction · 0.80
normalizePathMethod · 0.80
normCasePathFunction · 0.80
dumpCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected