Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ store-grow.test.ts
File
store-grow.test.ts
test/perf/store-grow.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{Store} from
'tinybase'
;
2
import
{createStore} from
'tinybase'
;
3
import
{beforeEach} from
'vitest'
;
4
import
{repeatRows} from
'./common.ts'
;
Callers
nothing calls this directly
Calls
6
createStore
Function · 0.90
repeatRows
Function · 0.90
setRow
Method · 0.65
setPartialRow
Method · 0.65
addRow
Method · 0.65
addRowIdsListener
Method · 0.65
Tested by
no test coverage detected