MCPcopy 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
50function 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.jsFile · 0.85
createResourceClientFunction · 0.85
parseGetSignatureFunction · 0.85

Calls 1

normalizePathFunction · 0.85

Tested by

no test coverage detected