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

Method join

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

Source from the content-addressed store, hash-verified

10interface Path {
11 normalize(p: string): string;
12 join(...paths: string[]): string;
13 resolve(...pathSegments: string[]): string;
14 isAbsolute(p: string): boolean;
15 relative(from: string, to: string): string;

Callers 15

newTestGenericFunction · 0.80
applyDocStateFunction · 0.80
testItWithRemapsFunction · 0.80
extension.test.tsFile · 0.80
assertEqualLinesFunction · 0.80
setupWorkspaceFunction · 0.80
setupTestWithLinesFunction · 0.80
easymotionCommandFunction · 0.80
clearMethod · 0.80
toStringFunction · 0.80
runMethod · 0.80
rot13Method · 0.80

Calls

no outgoing calls

Tested by 2

setupTestWithLinesFunction · 0.64
easymotionCommandFunction · 0.64