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

Method setTable

src/@types/store/index.d.ts:544–544  ·  view source on GitHub ↗
(tableId: Id, table: Table)

Source from the content-addressed store, hash-verified

542
543 /// Store.setTable
544 setTable(tableId: Id, table: Table): this;
545
546 /// Store.setRow
547 setRow(tableId: Id, rowId: Id, row: Row): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected