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

Function setTables

src/store/index.ts:1577–1580  ·  view source on GitHub ↗
(tables: Tables)

Source from the content-addressed store, hash-verified

1575 });
1576
1577 const setTables = (tables: Tables): Store =>
1578 fluentTransaction(() =>
1579 validateTables(tables) ? setValidTables(tables) : 0,
1580 );
1581
1582 const setTable = (tableId: Id, table: Table): Store =>
1583 fluentTransaction(

Callers 5

setOrDelTablesFunction · 0.70
setTablesSchemaFunction · 0.70
StateFunction · 0.50
TestFunction · 0.50
StateFunction · 0.50

Calls 3

fluentTransactionFunction · 0.70
validateTablesFunction · 0.70
setValidTablesFunction · 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…