Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ queries.test.ts
File
queries.test.ts
test/unit/core/other/queries.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{beforeEach, describe, expect, test, vi} from
'vitest'
;
2
3
import
type
{Cell, Id, Ids, Queries, Store} from
'tinybase'
;
4
import
{createQueries, createStore} from
'tinybase'
;
Callers
nothing calls this directly
Calls
15
createStore
Function · 0.90
createQueriesListener
Function · 0.90
expectChanges
Function · 0.90
expectNoChanges
Function · 0.90
setCells
Function · 0.70
delCells
Function · 0.70
setQueryDefinition
Method · 0.65
getResultTable
Method · 0.65
getResultTableCellIds
Method · 0.65
getResultRowCount
Method · 0.65
getResultRowIds
Method · 0.65
getResultRow
Method · 0.65
Tested by
no test coverage detected