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

Function DeleteTable

src/ui-react-inspector/actions/tables.tsx:127–132  ·  view source on GitHub ↗
({onDone, tableId, store}: OnDoneProp & TableProps)

Source from the content-addressed store, hash-verified

125};
126
127const DeleteTable = ({onDone, tableId, store}: OnDoneProp & TableProps) => (
128 <Delete
129 onClick={useDelTableCallback(tableId, store, onDone)}
130 prompt="Delete table"
131 />
132);
133
134export const TableActions1 = ({tableId, store}: TableProps) => (
135 <ConfirmableActions

Callers

nothing calls this directly

Calls 1

useDelTableCallbackFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…