MCPcopy Create free account
hub / github.com/tinyplex/tinybase / setRow

Function setRow

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:2391–2395  ·  view source on GitHub ↗
(tableId, rowId, row)

Source from the content-addressed store, hash-verified

2389 tableId
2390 );
2391 const setRow = (tableId, rowId, row) => fluentTransaction(
2392 (tableId2, rowId2) => validateRow(tableId2, rowId2, row) ? setValidRow(tableId2, getOrCreateTable(tableId2), rowId2, row) : 0,
2393 tableId,
2394 rowId
2395 );
2396 const addRow = (tableId, row, reuseRowIds = true) => transaction(() => {
2397 let rowId = void 0;
2398 if (validateRow(tableId, rowId, row)) {

Callers

nothing calls this directly

Calls 4

fluentTransactionFunction · 0.70
validateRowFunction · 0.70
setValidRowFunction · 0.70
getOrCreateTableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…