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

Function setTable

src/store/index.ts:1582–1587  ·  view source on GitHub ↗
(tableId: Id, table: Table)

Source from the content-addressed store, hash-verified

1580 );
1581
1582 const setTable = (tableId: Id, table: Table): Store =>
1583 fluentTransaction(
1584 (tableId) =>
1585 validateTable(table, tableId) ? setValidTable(tableId, table) : 0,
1586 tableId,
1587 );
1588
1589 const setRow = (tableId: Id, rowId: Id, row: Row): Store =>
1590 fluentTransaction(

Callers 3

StateFunction · 0.50
TestFunction · 0.50
StateFunction · 0.50

Calls 3

fluentTransactionFunction · 0.70
validateTableFunction · 0.70
setValidTableFunction · 0.70

Tested by 3

StateFunction · 0.40
TestFunction · 0.40
StateFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…