MCPcopy Index your code
hub / github.com/tinyplex/tinybase / DeleteRow

Function DeleteRow

src/ui-react-inspector/actions/tables.tsx:216–221  ·  view source on GitHub ↗
({onDone, tableId, rowId, store}: OnDoneProp & RowProps)

Source from the content-addressed store, hash-verified

214};
215
216const DeleteRow = ({onDone, tableId, rowId, store}: OnDoneProp & RowProps) => (
217 <Delete
218 onClick={useDelRowCallback(tableId, rowId, store, onDone)}
219 prompt="Delete row"
220 />
221);
222
223export const RowActions = ({tableId, rowId, store}: RowProps) => (
224 <ConfirmableActions

Callers

nothing calls this directly

Calls 1

useDelRowCallbackFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…