Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
build
Method · 0.80
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected