Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ username
Method
username
modules/data/url/url.js:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
return
this.#searchParams;
110
}
111
get username() {
112
return
serializeURL(this.#parts, USERNAME);
113
}
114
set username(it) {
115
parseURL(it, this.#parts, USERNAME);
116
}
Callers
nothing calls this directly
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected