MCPcopy Create free account
hub / github.com/tinyplex/tinybase / hasTables

Method hasTables

src/@types/store/index.d.ts:493–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491
492 /// Store.hasTables
493 hasTables(): boolean;
494
495 /// Store.hasTable
496 hasTable(tableId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected