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

Method entries

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

Source from the content-addressed store, hash-verified

259 }
260
261 entries() {
262 this.#read_all();
263 return super.entries();
264 }
265
266 [Symbol.iterator]() {
267 return this.entries();

Callers 15

[Symbol.iterator]Method · 0.95
merge_tablesFunction · 0.45
migrateFunction · 0.45
client_componentFunction · 0.45
add_svelte_metaFunction · 0.45
BindDirectiveFunction · 0.45
is_semantic_role_elementFunction · 0.45
constants.jsFile · 0.45
stringify_tag_attributesFunction · 0.45
generate-types.jsFile · 0.45
browser_subpathsFunction · 0.45
versions_from_featuresFunction · 0.45

Calls 1

#read_allMethod · 0.95

Tested by

no test coverage detected