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

Function CellDelete

src/ui-solid-inspector/index.tsx:491–502  ·  view source on GitHub ↗
(props: OnDoneProp & CellProps)

Source from the content-addressed store, hash-verified

489 });
490
491const CellDelete = (props: OnDoneProp & CellProps) =>
492 Delete({
493 onClick: useDelCellCallback(
494 props.tableId,
495 props.rowId,
496 props.cellId,
497 true,
498 props.store,
499 props.onDone,
500 ),
501 prompt: 'Delete cell',
502 });
503
504const CellActions = (props: CellProps) =>
505 ConfirmableActions({

Callers

nothing calls this directly

Calls 2

useDelCellCallbackFunction · 0.90
DeleteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…