MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / dirname

Function dirname

src/pathCommands.ts:134–136  ·  view source on GitHub ↗
(fsPath: string, path: PlatformPath)

Source from the content-addressed store, hash-verified

132}
133
134function dirname(fsPath: string, path: PlatformPath) {
135 return path.dirname(fsPath) + path.sep;
136}
137
138function basename(fsPath: string, withExt: boolean, path: PlatformPath) {
139 return withExt

Callers 2

getDirectoryPathFunction · 0.85
getRelativeDirectoryPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected