Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ port
Method
port
packages/svelte/src/reactivity/url.js:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
}
149
150
get port() {
151
return
get(this.#port);
152
}
153
154
set port(value) {
155
super.port = value;
Callers
nothing calls this directly
Calls
2
get
Function · 0.90
set
Function · 0.90
Tested by
no test coverage detected