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

Method updatePairs

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

Source from the content-addressed store, hash-verified

181 return serializeQuery(this.#pairs);
182 }
183 updatePairs() {
184 if (this.#parts)
185 this.#pairs = parseQuery(this.#parts.query);
186 }
187 updateParts() {
188 if (this.#parts)
189 this.#parts.query = serializeQuery(this.#pairs);

Callers 2

hrefMethod · 0.80
searchMethod · 0.80

Calls 1

parseQueryFunction · 0.85

Tested by

no test coverage detected