MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / parseQuery

Function parseQuery

modules/data/url/url.js:25–25  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

23function parseURL(url) { return native("fx_parseURL").call(this, url); }
24function serializeURL(url) { return native("fx_serializeURL").call(this, url); }
25function parseQuery(query) { return native("fx_parseQuery").call(this, query); }
26function serializeQuery(pairs) { return native("fx_serializeQuery").call(this, pairs); }
27
28const SCHEME = 1;

Callers 2

constructorMethod · 0.85
updatePairsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected