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

Method delTable

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

Source from the content-addressed store, hash-verified

590
591 /// Store.delTable
592 delTable(tableId: Id): this;
593
594 /// Store.delRow
595 delRow(tableId: Id, rowId: Id): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected