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

Method hash

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

Source from the content-addressed store, hash-verified

75 }
76
77 get hash() {
78 return get(this.#hash);
79 }
80
81 set hash(value) {
82 super.hash = value;

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
setFunction · 0.90

Tested by

no test coverage detected