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

Function TableActions1

src/ui-react-inspector/actions/tables.tsx:134–140  ·  view source on GitHub ↗
({tableId, store}: TableProps)

Source from the content-addressed store, hash-verified

132);
133
134export const TableActions1 = ({tableId, store}: TableProps) => (
135 <ConfirmableActions
136 actions={[['add', 'Add row', AddRow]]}
137 store={store}
138 tableId={tableId}
139 />
140);
141export const TableActions2 = ({tableId, store}: TableProps) => (
142 <ConfirmableActions
143 actions={[

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…