MCPcopy
hub / github.com/tinyplex/tinybase / indexes.test.ts

File indexes.test.ts

test/unit/core/other/indexes.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
3import type {GetCell, Id, Indexes, SortKey, Store} from 'tinybase';
4import {createIndexes, createStore} from 'tinybase';

Callers

nothing calls this directly

Calls 15

createStoreFunction · 0.90
getIndexesObjectFunction · 0.90
createIndexesListenerFunction · 0.90
expectChangesFunction · 0.90
expectNoChangesFunction · 0.90
toEqualWithOrderMethod · 0.80
setCellsFunction · 0.70
delCellsFunction · 0.70
setIndexDefinitionMethod · 0.65
setCellMethod · 0.65
delIndexDefinitionMethod · 0.65
delListenerMethod · 0.65

Tested by

no test coverage detected