Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ values
Method
values
packages/svelte/src/reactivity/set.js:196–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
values() {
197
get(this.#version);
198
return
super.values();
199
}
200
201
entries() {
202
get(this.#version);
Callers
2
keys
Method · 0.95
clear
Method · 0.45
Calls
1
get
Function · 0.90
Tested by
no test coverage detected