Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_tables
Function · 0.45
migrate
Function · 0.45
client_component
Function · 0.45
add_svelte_meta
Function · 0.45
BindDirective
Function · 0.45
is_semantic_role_element
Function · 0.45
constants.js
File · 0.45
stringify_tag_attributes
Function · 0.45
generate-types.js
File · 0.45
browser_subpaths
Function · 0.45
versions_from_features
Function · 0.45
Calls
1
#read_all
Method · 0.95
Tested by
no test coverage detected