MCPcopy Create free account
hub / github.com/cujojs/poly / toAbsId

Function toAbsId

test/curl.js:228–230  ·  view source on GitHub ↗
(childId)

Source from the content-addressed store, hash-verified

226 // functions that dependencies will use:
227
228 function toAbsId (childId) {
229 return reduceLeadingDots(childId, def.ctxId);
230 }
231
232 function toUrl (n) {
233 // even though internally, we don't seem to need to do

Callers 3

toUrlFunction · 0.85
localRequireFunction · 0.85
curl.jsFile · 0.85

Calls 1

reduceLeadingDotsFunction · 0.85

Tested by

no test coverage detected