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

Method format

src/platform/vscode-path/path.ts:199–199  ·  view source on GitHub ↗
(pathObject: ParsedPath)

Source from the content-addressed store, hash-verified

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;
202 sep: '\\' | '/';

Callers 8

visitClassDefMethod · 0.65
_get_package_dataFunction · 0.65
add_callMethod · 0.65
get_data_frame_infoFunction · 0.65
get_data_frame_rowsFunction · 0.65
test_dataframe_rowsFunction · 0.65
splitByPidFunction · 0.65
__VSCODE_compute_hashFunction · 0.65

Calls

no outgoing calls

Tested by 1

test_dataframe_rowsFunction · 0.52