MCPcopy
hub / github.com/tinyplex/tinybase / store-advanced.test.ts

File store-advanced.test.ts

test/unit/core/store/store-advanced.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {beforeEach, describe, expect, test, vi} from 'vitest';
2
3/* eslint-disable @typescript-eslint/ban-ts-comment */
4import type {Row, Store, Table, Tables, Values} from 'tinybase';

Callers

nothing calls this directly

Calls 15

createMergeableStoreFunction · 0.90
createStoreFunction · 0.90
createStoreListenerFunction · 0.90
expectChangesFunction · 0.90
expectNoChangesFunction · 0.90
createCustomPersisterFunction · 0.90
pauseFunction · 0.90
setValuesMethod · 0.65
setTablesMethod · 0.65
applyChangesMethod · 0.65
getTablesMethod · 0.65
getValuesMethod · 0.65

Tested by

no test coverage detected