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

Method keys

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

Source from the content-addressed store, hash-verified

190 }
191
192 keys() {
193 return this.values();
194 }
195
196 values() {
197 get(this.#version);

Callers 1

[Symbol.iterator]Method · 0.95

Calls 1

valuesMethod · 0.95

Tested by

no test coverage detected