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

Method values

packages/svelte/src/reactivity/set.js:196–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 values() {
197 get(this.#version);
198 return super.values();
199 }
200
201 entries() {
202 get(this.#version);

Callers 2

keysMethod · 0.95
clearMethod · 0.45

Calls 1

getFunction · 0.90

Tested by

no test coverage detected