Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FoalTS/foal
/ join
Function
join
packages/core/src/core/routes/utils.ts:54–56 ·
view source on GitHub ↗
(...paths: (string|undefined)[])
Source
from the content-addressed store, hash-verified
52
* @returns {string} The resulted path.
53
*/
54
export
function
join(...paths: (string|undefined)[]): string {
55
return
paths.join(
''
).replace(/(\/)+/g,
'/'
);
56
}
Callers
15
utils.spec.ts
File · 0.90
processRoute
Function · 0.90
isCommon
Function · 0.85
swagger-controller.spec.ts
File · 0.85
index
Function · 0.85
main
Function · 0.85
createHttpResponseFile
Function · 0.85
testLocal
Function · 0.85
service-manager.spec.ts
File · 0.85
getConcreteClassFromConfig
Method · 0.85
render
Function · 0.85
render.spec.ts
File · 0.85
Calls
1
replace
Method · 0.45
Tested by
5
testLocal
Function · 0.68
rmDirAndFilesIfExist
Function · 0.68
compareSpecAndTemplate
Function · 0.68
testAsset
Function · 0.68
renderApp
Method · 0.68