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

Method setRow

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

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 6

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