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

Method password

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

Source from the content-addressed store, hash-verified

75 return serializeURL(this.#parts, ORIGIN);
76 }
77 get password() {
78 return serializeURL(this.#parts, PASSWORD);
79 }
80 set password(it) {
81 parseURL(it, this.#parts, PASSWORD);
82 }

Callers

nothing calls this directly

Calls 2

serializeURLFunction · 0.85
parseURLFunction · 0.85

Tested by

no test coverage detected