MCPcopy
hub / github.com/tinyplex/tinybase / setTable

Method setTable

src/@types/store/with-schemas/index.d.ts:1066–1066  ·  view source on GitHub ↗
(
    tableId: TableId,
    table: Table<Schemas[0], TableId, true>,
  )

Source from the content-addressed store, hash-verified

1064
1065 /// Store.setTable
1066 setTable<TableId extends TableIdFromSchema<Schemas[0]>>(
1067 tableId: TableId,
1068 table: Table<Schemas[0], TableId, true>,
1069 ): this;

Callers 15

hooks.test.tsxFile · 0.65
getTimeAxisLabelsFunction · 0.65
store.tsFile · 0.65
mergeable-store.tsFile · 0.65
testStoreReadFunctionsFunction · 0.65
testProviderComponentsFunction · 0.65
testComponentsFunction · 0.65
primitives.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 7

getTimeAxisLabelsFunction · 0.52
setCellsFunction · 0.52
setContentFunction · 0.52
setCellsFunction · 0.52
setCellsFunction · 0.52
setCellsFunction · 0.52
setLinkedCellsFunction · 0.52