MCPcopy Index your code
hub / github.com/tinyplex/tinybase / store-basics.test.ts

File store-basics.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

createStoreFunction · 0.90
createMergeableStoreFunction · 0.90
isMergeableMethod · 0.65
delTablesMethod · 0.65
getTablesMethod · 0.65
setTablesMethod · 0.65
getTableIdsMethod · 0.65
getTableMethod · 0.65
getTableCellIdsMethod · 0.65
getRowCountMethod · 0.65
getRowIdsMethod · 0.65
getRowMethod · 0.65

Tested by

no test coverage detected