Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ checkpoints.test.ts
File
checkpoints.test.ts
test/unit/core/other/checkpoints.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{beforeEach, describe, expect, test} from
'vitest'
;
2
3
import
type
{Checkpoints, Id, Store, Tables, Values} from
'tinybase'
;
4
import
{createCheckpoints, createStore} from
'tinybase'
;
Callers
nothing calls this directly
Calls
15
createStore
Function · 0.90
createCheckpointsListener
Function · 0.90
expectNoChanges
Function · 0.90
expectChanges
Function · 0.90
setContent
Function · 0.70
getCheckpointIds
Method · 0.65
getCheckpoint
Method · 0.65
setCell
Method · 0.65
addCheckpoint
Method · 0.65
setValue
Method · 0.65
setTable
Method · 0.65
setRow
Method · 0.65
Tested by
no test coverage detected