MCPcopy
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

1import { autorun, Observer, reactive } from "@reactivedata/reactive";
2import { Box, boxed, syncedStore, Y } from "../src";
3
4type Todo = { text: string; completed: boolean };

Callers

nothing calls this directly

Calls 2

syncedStoreFunction · 0.90
boxedFunction · 0.90

Tested by

no test coverage detected