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

Method toString

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

Source from the content-addressed store, hash-verified

178 this.updateParts();
179 }
180 toString() {
181 return serializeQuery(this.#pairs);
182 }
183 updatePairs() {
184 if (this.#parts)
185 this.#pairs = parseQuery(this.#parts.query);

Callers

nothing calls this directly

Calls 1

serializeQueryFunction · 0.70

Tested by

no test coverage detected