MCPcopy
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

1import {beforeEach, describe, expect, test} from 'vitest';
2
3import type {Checkpoints, Id, Store, Tables, Values} from 'tinybase';
4import {createCheckpoints, createStore} from 'tinybase';

Callers

nothing calls this directly

Calls 15

createStoreFunction · 0.90
expectNoChangesFunction · 0.90
expectChangesFunction · 0.90
setContentFunction · 0.70
getCheckpointIdsMethod · 0.65
getCheckpointMethod · 0.65
setCellMethod · 0.65
addCheckpointMethod · 0.65
setValueMethod · 0.65
setTableMethod · 0.65
setRowMethod · 0.65

Tested by

no test coverage detected