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

Method protocol

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

Source from the content-addressed store, hash-verified

93 parseURL(it, this.#parts, PORT);
94 }
95 get protocol() {
96 return serializeURL(this.#parts, SCHEME);
97 }
98 set protocol(it) {
99 parseURL(it, this.#parts, SCHEME);
100 }

Callers

nothing calls this directly

Calls 2

serializeURLFunction · 0.85
parseURLFunction · 0.85

Tested by

no test coverage detected