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

Method parse

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

Source from the content-addressed store, hash-verified

198 extname(path: string): string;
199 format(pathObject: ParsedPath): string;
200 parse(path: string): ParsedPath;
201 toNamespacedPath(path: string): string;
202 sep: '\\' | '/';
203 delimiter: string;

Callers 15

gulpfile.jsFile · 0.65
hasNativeDependenciesFunction · 0.65
provide_symbolsFunction · 0.65
generateTelemetryCSVFunction · 0.65
promptInstallIpykernel6Function · 0.65
dispatchMethod · 0.65
getDataFrameInfoMethod · 0.65
getDataFrameRowsMethod · 0.65
getFullVariableMethod · 0.65
activateMethod · 0.65

Calls

no outgoing calls

Tested by 5

createMockEnvironmentFunction · 0.52
withNotebookCellsFunction · 0.52
parseSidecarFunction · 0.52
buildCellFunction · 0.52
getHtmlMessageFunction · 0.52