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

Method search

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

Source from the content-addressed store, hash-verified

99 parseURL(it, this.#parts, SCHEME);
100 }
101 get search() {
102 return serializeURL(this.#parts, QUERY);
103 }
104 set search(it) {
105 parseURL(it, this.#parts, QUERY);
106 this.#searchParams.updatePairs();

Callers 2

constructorMethod · 0.45
main.jsFile · 0.45

Calls 3

serializeURLFunction · 0.85
parseURLFunction · 0.85
updatePairsMethod · 0.80

Tested by

no test coverage detected