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

Function DeleteTables

src/ui-solid-inspector/index.tsx:352–356  ·  view source on GitHub ↗
(props: OnDoneProp & TablesProps)

Source from the content-addressed store, hash-verified

350};
351
352const DeleteTables = (props: OnDoneProp & TablesProps) =>
353 Delete({
354 onClick: useDelTablesCallback(props.store, props.onDone),
355 prompt: 'Delete all tables',
356 });
357
358const TablesActions = (props: TablesProps) =>
359 Actions({

Callers

nothing calls this directly

Calls 2

useDelTablesCallbackFunction · 0.90
DeleteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…