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

Method updateParts

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

Source from the content-addressed store, hash-verified

185 this.#pairs = parseQuery(this.#parts.query);
186 }
187 updateParts() {
188 if (this.#parts)
189 this.#parts.query = serializeQuery(this.#pairs);
190 }
191 [Symbol.iterator]() {
192 const pairs = this.#pairs
193 let index = 0;

Callers 3

appendMethod · 0.95
deleteMethod · 0.95
setMethod · 0.95

Calls 1

serializeQueryFunction · 0.70

Tested by

no test coverage detected