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

Function TableActions2

src/ui-solid-inspector/index.tsx:422–430  ·  view source on GitHub ↗
(props: TableProps)

Source from the content-addressed store, hash-verified

420 });
421
422const TableActions2 = (props: TableProps) =>
423 ConfirmableActions({
424 actions: [
425 ['clone', 'Clone table', CloneTable],
426 ['delete', 'Delete table', DeleteTable],
427 ],
428 store: props.store,
429 tableId: props.tableId,
430 });
431
432const AddCell = (props: OnDoneProp & RowProps) => {
433 const store = useStoreOrStoreById(props.store)();

Callers

nothing calls this directly

Calls 1

ConfirmableActionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…