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

Method host

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

Source from the content-addressed store, hash-verified

53 parseURL(it, this.#parts, FRAGMENT);
54 }
55 get host() {
56 return serializeURL(this.#parts, HOST);
57 }
58 set host(it) {
59 parseURL(it, this.#parts, HOST);
60 }

Callers

nothing calls this directly

Calls 2

serializeURLFunction · 0.85
parseURLFunction · 0.85

Tested by

no test coverage detected