MCPcopy
hub / github.com/VSCodeVim/Vim / join

Function join

src/util/path.ts:246–248  ·  view source on GitHub ↗
(...paths: string[])

Source from the content-addressed store, hash-verified

244}
245
246export function join(...paths: string[]): string {
247 return path.join(...paths);
248}

Callers 4

createFileFunction · 0.90
createDirFunction · 0.90

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected