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

Function DeleteTable

src/ui-solid-inspector/index.tsx:409–413  ·  view source on GitHub ↗
(props: OnDoneProp & TableProps)

Source from the content-addressed store, hash-verified

407};
408
409const DeleteTable = (props: OnDoneProp & TableProps) =>
410 Delete({
411 onClick: useDelTableCallback(props.tableId, props.store, props.onDone),
412 prompt: 'Delete table',
413 });
414
415const TableActions1 = (props: TableProps) =>
416 ConfirmableActions({

Callers

nothing calls this directly

Calls 2

useDelTableCallbackFunction · 0.90
DeleteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…