Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ protocol
Method
protocol
packages/svelte/src/reactivity/url.js:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
get protocol() {
160
return
get(this.#protocol);
161
}
162
163
set protocol(value) {
164
super.protocol = value;
Callers
nothing calls this directly
Calls
2
get
Function · 0.90
set
Function · 0.90
Tested by
no test coverage detected