Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ joinPath
Function
joinPath
lib/internal-client.js:50–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
function
joinPath() {
51
var
paths = Array.prototype.slice.call(arguments, 0);
52
return
normalizePath(paths.filter(
function
(p, index) {
53
return
p && typeof p ===
'string'
;
54
}).join(
'/'
));
55
}
56
57
58
Callers
3
internal-client.js
File · 0.85
createResourceClient
Function · 0.85
parseGetSignature
Function · 0.85
Calls
1
normalizePath
Function · 0.85
Tested by
no test coverage detected