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

Method toJSON

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

Source from the content-addressed store, hash-verified

115 parseURL(it, this.#parts, USERNAME);
116 }
117 toJSON() {
118 return serializeURL(this.#parts);
119 }
120 toString() {
121 return serializeURL(this.#parts);
122 }

Callers

nothing calls this directly

Calls 1

serializeURLFunction · 0.85

Tested by

no test coverage detected