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

Method hash

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

Source from the content-addressed store, hash-verified

47 this.#searchParams = new URLSearchParams(this.#parts.query, this.#parts);
48 }
49 get hash() {
50 return serializeURL(this.#parts, FRAGMENT);
51 }
52 set hash(it) {
53 parseURL(it, this.#parts, FRAGMENT);
54 }

Callers 1

buildMethod · 0.80

Calls 2

serializeURLFunction · 0.85
parseURLFunction · 0.85

Tested by

no test coverage detected