Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YousefED/SyncedStore
/ implicit.test.ts
File
implicit.test.ts
packages/core/test/implicit.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ autorun, Observer, reactive } from
"@reactivedata/reactive"
;
2
import
{ Box, boxed, syncedStore, Y } from
"../src"
;
3
4
type
Todo = { text: string; completed: boolean };
Callers
nothing calls this directly
Calls
2
syncedStore
Function · 0.90
boxed
Function · 0.90
Tested by
no test coverage detected