Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ search
Method
search
modules/data/url/url.js:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
parseURL(it, this.#parts, SCHEME);
100
}
101
get search() {
102
return
serializeURL(this.#parts, QUERY);
103
}
104
set search(it) {
105
parseURL(it, this.#parts, QUERY);
106
this.#searchParams.updatePairs();
Callers
2
constructor
Method · 0.45
main.js
File · 0.45
Calls
3
serializeURL
Function · 0.85
parseURL
Function · 0.85
updatePairs
Method · 0.80
Tested by
no test coverage detected