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

Method search

packages/svelte/src/reactivity/url.js:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 get search() {
169 return get(this.#search);
170 }
171
172 set search(value) {
173 super.search = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected