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

File remote.test.ts

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

Source from the content-addressed store, hash-verified

1import {createStore} from 'tinybase';
2import {createRemotePersister} from 'tinybase/persisters/persister-remote';
3import {afterEach, expect, test} from 'vitest';
4import {pause} from '../common/other.ts';

Callers

nothing calls this directly

Calls 7

createRemotePersisterFunction · 0.90
createStoreFunction · 0.90
pauseFunction · 0.90
loadMethod · 0.65
startAutoLoadMethod · 0.65
stopAutoLoadMethod · 0.65
testFunction · 0.50

Tested by

no test coverage detected