Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
set.test.ts
File · 0.45
clear
Method · 0.45
sort_const_tags
Function · 0.45
client_component
Function · 0.45
build_async_declaration_parts
Function · 0.45
server_component
Function · 0.45
build_async_declaration_parts
Function · 0.45
analyze_component
Function · 0.45
EachBlock
Function · 0.45
add_declaration
Function · 0.45
has_definite_elements
Function · 0.45
Calls
1
#read_all
Method · 0.95
Tested by
no test coverage detected