Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ port
Method
port
modules/data/url/url.js:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
parseURL(it, this.#parts, PATH);
88
}
89
get port() {
90
return
serializeURL(this.#parts, PORT);
91
}
92
set port(it) {
93
parseURL(it, this.#parts, PORT);
94
}
Callers
nothing calls this directly
Calls
2
serializeURL
Function · 0.85
parseURL
Function · 0.85
Tested by
no test coverage detected