(
tableId: TableId,
rowId: Id,
row: Row<Schemas[0], TableId, true>,
)
| 1070 | |
| 1071 | /// Store.setRow |
| 1072 | setRow<TableId extends TableIdFromSchema<Schemas[0]>>( |
| 1073 | tableId: TableId, |
| 1074 | rowId: Id, |
| 1075 | row: Row<Schemas[0], TableId, true>, |
no outgoing calls