MCPcopy Index your code
hub / github.com/tinyplex/tinybase / json.test.ts

File json.test.ts

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

Source from the content-addressed store, hash-verified

1import 'fake-indexeddb/auto';
2import type {Store} from 'tinybase';
3import {createStore} from 'tinybase';
4import type {Persister} from 'tinybase/persisters';

Callers

nothing calls this directly

Calls 15

getDatabaseFunctionsFunction · 0.90
createStoreFunction · 0.90
pauseFunction · 0.90
getDatabaseFunction · 0.85
setDatabaseFunction · 0.85
destroyMethod · 0.65
saveMethod · 0.65
setTablesMethod · 0.65
setValuesMethod · 0.65
loadMethod · 0.65
getContentMethod · 0.65
setValueMethod · 0.65

Tested by

no test coverage detected