Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
246
export
function
join(...paths: string[]): string {
247
return
path.join(...paths);
248
}
Callers
4
createFile
Function · 0.90
createDir
Function · 0.90
tabCompletion.test.ts
File · 0.90
bufferDelete.test.ts
File · 0.90
Calls
1
join
Method · 0.80
Tested by
no test coverage detected