MCPcopy Create free account
hub / github.com/tinyplex/tinybase / createTestPersister

Function createTestPersister

test/unit/core/ui-solid/primitives.test.ts:182–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180type TestSynchronizer = Synchronizer & {destroy: () => void};
181
182const createTestPersister = () =>
183 ({destroy: vi.fn()}) as unknown as TestPersister;
184
185const createTestSynchronizer = () =>
186 ({destroy: vi.fn()}) as unknown as TestSynchronizer;

Callers 1

primitives.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…