Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ hostname
Method
hostname
modules/data/url/url.js:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
parseURL(it, this.#parts, HOST);
60
}
61
get hostname() {
62
return
serializeURL(this.#parts, HOSTNAME);
63
}
64
set hostname(it) {
65
parseURL(it, this.#parts, HOSTNAME);
66
}
Callers
nothing calls this directly
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected