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

Function CellActions

src/ui-react-inspector/actions/tables.tsx:251–259  ·  view source on GitHub ↗
({tableId, rowId, cellId, store}: CellProps)

Source from the content-addressed store, hash-verified

249);
250
251export const CellActions = ({tableId, rowId, cellId, store}: CellProps) => (
252 <ConfirmableActions
253 actions={[['delete', 'Delete cell', CellDelete]]}
254 store={store}
255 tableId={tableId}
256 rowId={rowId}
257 cellId={cellId}
258 />
259);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…