Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{beforeAll, describe, expect, test} from
'vitest'
;
2
3
/* eslint-disable @typescript-eslint/ban-ts-comment */
4
import
type
{Store} from
'tinybase'
;
Callers
nothing calls this directly
Calls
15
createStore
Function · 0.90
createMergeableStore
Function · 0.90
isMergeable
Method · 0.65
delTables
Method · 0.65
getTables
Method · 0.65
setTables
Method · 0.65
getTableIds
Method · 0.65
getTable
Method · 0.65
getTableCellIds
Method · 0.65
getRowCount
Method · 0.65
getRowIds
Method · 0.65
getRow
Method · 0.65
Tested by
no test coverage detected