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

Function RowActions

src/ui-react-inspector/actions/tables.tsx:223–234  ·  view source on GitHub ↗
({tableId, rowId, store}: RowProps)

Source from the content-addressed store, hash-verified

221);
222
223export const RowActions = ({tableId, rowId, store}: RowProps) => (
224 <ConfirmableActions
225 actions={[
226 ['add', 'Add cell', AddCell],
227 ['clone', 'Clone row', CloneRow],
228 ['delete', 'Delete row', DeleteRow],
229 ]}
230 store={store}
231 tableId={tableId}
232 rowId={rowId}
233 />
234);
235
236// --
237

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…