Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ store.ts
File
store.ts
packages/svelte/tests/types/store.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ derived, writable } from
'svelte/store'
;
2
3
const
a = writable(false);
4
derived(a, (aVal) => {
Callers
nothing calls this directly
Calls
3
writable
Function · 0.90
derived
Function · 0.90
set
Function · 0.50
Tested by
no test coverage detected