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

Function pluginParts

test/curl.js:103–110  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

101 }
102
103 function pluginParts (id) {
104 var delPos = id.indexOf('!');
105 return {
106 resourceId: id.substr(delPos + 1),
107 // resourceId can be zero length
108 pluginId: delPos >= 0 && id.substr(0, delPos)
109 };
110 }
111
112 function Begetter () {}
113

Callers 2

fixAndPushPathsFunction · 0.85
curl.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected