Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ queries.test.ts
File
queries.test.ts
test/perf/queries.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{Store} from
'tinybase'
;
2
import
{createQueries, createStore} from
'tinybase'
;
3
import
{beforeEach} from
'vitest'
;
4
import
{repeatRows} from
'./common.ts'
;
Callers
nothing calls this directly
Calls
9
createStore
Function · 0.90
repeatRows
Function · 0.90
setRow
Method · 0.65
setQueryDefinition
Method · 0.65
select
Function · 0.50
where
Function · 0.50
join
Function · 0.50
group
Function · 0.50
having
Function · 0.50
Tested by
no test coverage detected