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

Method values

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

Source from the content-addressed store, hash-verified

254 }
255
256 values() {
257 this.#read_all();
258 return super.values();
259 }
260
261 entries() {
262 this.#read_all();

Callers 15

map.test.tsFile · 0.45
set.test.tsFile · 0.45
clearMethod · 0.45
sort_const_tagsFunction · 0.45
client_componentFunction · 0.45
server_componentFunction · 0.45
analyze_componentFunction · 0.45
EachBlockFunction · 0.45
add_declarationFunction · 0.45
has_definite_elementsFunction · 0.45

Calls 1

#read_allMethod · 0.95

Tested by

no test coverage detected