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

Method origin

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

Source from the content-addressed store, hash-verified

72 this.#searchParams.updatePairs();
73 }
74 get origin() {
75 return serializeURL(this.#parts, ORIGIN);
76 }
77 get password() {
78 return serializeURL(this.#parts, PASSWORD);
79 }

Callers

nothing calls this directly

Calls 1

serializeURLFunction · 0.85

Tested by

no test coverage detected