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

Function CellActions

src/ui-solid-inspector/index.tsx:504–511  ·  view source on GitHub ↗
(props: CellProps)

Source from the content-addressed store, hash-verified

502 });
503
504const CellActions = (props: CellProps) =>
505 ConfirmableActions({
506 actions: [['delete', 'Delete cell', CellDelete]],
507 store: props.store,
508 tableId: props.tableId,
509 rowId: props.rowId,
510 cellId: props.cellId,
511 });
512
513const AddValue = (props: OnDoneProp & ValuesProps) => {
514 const has = useHasValueCallback(props.store);

Callers

nothing calls this directly

Calls 1

ConfirmableActionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…