Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ hostname
Method
hostname
packages/svelte/src/reactivity/url.js:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
get hostname() {
99
return
get(this.#hostname);
100
}
101
102
set hostname(value) {
103
super.hostname = value;
Callers
nothing calls this directly
Calls
2
get
Function · 0.90
set
Function · 0.90
Tested by
no test coverage detected