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

Method keys

packages/svelte/src/reactivity/map.js:251–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 keys() {
252 get(this.#version);
253 return super.keys();
254 }
255
256 values() {
257 this.#read_all();

Callers 15

date.test.tsFile · 0.45
#read_allMethod · 0.45
constructorMethod · 0.45
migrateFunction · 0.45
client_componentFunction · 0.45
build_componentFunction · 0.45
build_inline_componentFunction · 0.45
analyze_componentFunction · 0.45
RegularElementFunction · 0.45
BindDirectiveFunction · 0.45

Calls 1

getFunction · 0.90

Tested by 2

testFunction · 0.36