Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ hasResultTable
Method
hasResultTable
src/@types/queries/index.d.ts:409–409 ·
view source on GitHub ↗
(queryId: Id)
Source
from the content-addressed store, hash-verified
407
408
/// Queries.hasResultTable
409
hasResultTable(queryId: Id): boolean;
410
411
/// Queries.hasResultRow
412
hasResultRow(queryId: Id, rowId: Id): boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected