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

Function TableActions2

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

Source from the content-addressed store, hash-verified

139 />
140);
141export const TableActions2 = ({tableId, store}: TableProps) => (
142 <ConfirmableActions
143 actions={[
144 ['clone', 'Clone table', CloneTable],
145 ['delete', 'Delete table', DeleteTable],
146 ]}
147 store={store}
148 tableId={tableId}
149 />
150);
151
152const useHasRowCallback = (
153 storeOrStoreId: StoreOrStoreId | undefined,

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…