MCPcopy
hub / github.com/sveltejs/svelte / protocol

Method protocol

packages/svelte/src/reactivity/url.js:159–161  ·  packages/svelte/src/reactivity/url.js::SvelteURL.protocol
()

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

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected