Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microfeed/microfeed
/ urlJoin
Function
urlJoin
common-src/StringUtils.js:119–122 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
117
}
118
119
export
function
urlJoin(...args) {
120
const
parts = Array.from(Array.isArray(args[0]) ? args[0] : args);
121
return
normalize(parts);
122
}
123
124
/**
125
* Path could be:
Callers
6
fetchFeed
Function · 0.90
getResult
Method · 0.90
urlJoinWithRelative
Function · 0.85
buildAudioUrlWithTracking
Function · 0.85
StringUtils.js
File · 0.85
webItem
Function · 0.85
Calls
1
normalize
Function · 0.85
Tested by
no test coverage detected