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

Method extname

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

Source from the content-addressed store, hash-verified

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;
201 toNamespacedPath(path: string): string;

Callers 12

getMatchingVariableMethod · 0.65
executeCommandMethod · 0.65
makeSourceFileMethod · 0.65
showDialogMethod · 0.65
createNewSessionMethod · 0.65
isReservedMethod · 0.65
getResourceTypeFunction · 0.65
fileExtnameMethod · 0.65
exportAsMethod · 0.65
exportPlotMethod · 0.65
exportPlotMethod · 0.65
saveAsImageMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected