MCPcopy
hub / github.com/tinyplex/tinybase / yjs.test.ts

File yjs.test.ts

test/unit/persisters/yjs.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type {Store} from 'tinybase';
2import {createStore} from 'tinybase';
3import type {Persister} from 'tinybase/persisters';
4import {createYjsPersister} from 'tinybase/persisters/persister-yjs';

Callers

nothing calls this directly

Calls 15

createStoreFunction · 0.90
pauseFunction · 0.90
syncDocsFunction · 0.70
saveMethod · 0.65
setTablesMethod · 0.65
setValuesMethod · 0.65
loadMethod · 0.65
getContentMethod · 0.65
startAutoSaveMethod · 0.65
startAutoLoadMethod · 0.65
delCellMethod · 0.65
delRowMethod · 0.65

Tested by

no test coverage detected