Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ v
Method
v
packages/svelte/tests/signals/test.ts:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
class
C1 {
121
#v = state(0);
122
get v() {
123
return
$.get(this.#v);
124
}
125
set v(v: number) {
126
set(this.#v, v);
127
}
Callers
nothing calls this directly
Calls
2
set
Function · 0.90
get
Method · 0.45
Tested by
no test coverage detected