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

Function DeleteRow

src/ui-solid-inspector/index.tsx:468–477  ·  view source on GitHub ↗
(props: OnDoneProp & RowProps)

Source from the content-addressed store, hash-verified

466};
467
468const DeleteRow = (props: OnDoneProp & RowProps) =>
469 Delete({
470 onClick: useDelRowCallback(
471 props.tableId,
472 props.rowId,
473 props.store,
474 props.onDone,
475 ),
476 prompt: 'Delete row',
477 });
478
479const RowActions = (props: RowProps) =>
480 ConfirmableActions({

Callers

nothing calls this directly

Calls 2

useDelRowCallbackFunction · 0.90
DeleteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…