Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{beforeEach, describe, expect, test, vi} from
'vitest'
;
2
3
/* eslint-disable @typescript-eslint/ban-ts-comment */
4
import
type
{Row, Store, Table, Tables, Values} from
'tinybase'
;
Callers
nothing calls this directly
Calls
15
createMergeableStore
Function · 0.90
createStore
Function · 0.90
createStoreListener
Function · 0.90
expectChanges
Function · 0.90
expectNoChanges
Function · 0.90
createCustomPersister
Function · 0.90
pause
Function · 0.90
setValues
Method · 0.65
setTables
Method · 0.65
applyChanges
Method · 0.65
getTables
Method · 0.65
getValues
Method · 0.65
Tested by
no test coverage detected