MCPcopy
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

1import { derived, writable } from 'svelte/store';
2
3const a = writable(false);
4derived(a, (aVal) => {

Callers

nothing calls this directly

Calls 3

writableFunction · 0.90
derivedFunction · 0.90
setFunction · 0.50

Tested by

no test coverage detected