Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ hasQuery
Method
hasQuery
src/@types/queries/index.d.ts:373–373 ·
view source on GitHub ↗
(queryId: Id)
Source
from the content-addressed store, hash-verified
371
372
/// Queries.hasQuery
373
hasQuery(queryId: Id): boolean;
374
375
/// Queries.getTableId
376
getTableId(queryId: Id): Id | undefined;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected