MCPcopy
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
119export 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

fetchFeedFunction · 0.90
getResultMethod · 0.90
urlJoinWithRelativeFunction · 0.85
StringUtils.jsFile · 0.85
webItemFunction · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected