Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ store-nulls.test.ts
File
store-nulls.test.ts
test/unit/core/store/store-nulls.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, describe, expect, test} from
'vitest'
;
4
Callers
nothing calls this directly
Calls
15
createStore
Function · 0.90
setCell
Method · 0.65
getCell
Method · 0.65
hasCell
Method · 0.65
delCell
Method · 0.65
setValue
Method · 0.65
getValue
Method · 0.65
hasValue
Method · 0.65
delValue
Method · 0.65
setTables
Method · 0.65
setValues
Method · 0.65
getJson
Method · 0.65
Tested by
no test coverage detected