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

Method basename

src/platform/vscode-path/path.ts:197–197  ·  view source on GitHub ↗
(path: string, ext?: string)

Source from the content-addressed store, hash-verified

195 relative(from: string, to: string): string;
196 dirname(path: string): string;
197 basename(path: string, ext?: string): string;
198 extname(path: string): string;
199 format(pathObject: ParsedPath): string;
200 parse(path: string): ParsedPath;

Callers 15

mainFunction · 0.65
getDataFrameInfoMethod · 0.65
sendBreakpointsMethod · 0.65
startDebuggingCellMethod · 0.65
initializeExecuteMethod · 0.65
handleOpenInDeepnoteMethod · 0.65
createSnapshotMethod · 0.65
readSnapshotMethod · 0.65

Calls

no outgoing calls

Tested by 2

mainFunction · 0.52