Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
expect_all_changes_to_be_false
Function · 0.45
date.test.ts
File · 0.45
#read_all
Method · 0.45
constructor
Method · 0.45
validate-options.js
File · 0.45
migrate
Function · 0.45
client_component
Function · 0.45
build_component
Function · 0.45
build_inline_component
Function · 0.45
analyze_component
Function · 0.45
RegularElement
Function · 0.45
BindDirective
Function · 0.45
Calls
1
get
Function · 0.90
Tested by
2
expect_all_changes_to_be_false
Function · 0.36
test
Function · 0.36