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

Function DeleteTables

src/ui-react-inspector/actions/tables.tsx:58–63  ·  view source on GitHub ↗
({onDone, store}: OnDoneProp & TablesProps)

Source from the content-addressed store, hash-verified

56};
57
58const DeleteTables = ({onDone, store}: OnDoneProp & TablesProps) => (
59 <Delete
60 onClick={useDelTablesCallback(store, onDone)}
61 prompt="Delete all tables"
62 />
63);
64
65export const TablesActions = ({store}: TablesProps) => (
66 <Actions

Callers

nothing calls this directly

Calls 1

useDelTablesCallbackFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…