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

Function TableActions1

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

Source from the content-addressed store, hash-verified

413 });
414
415const TableActions1 = (props: TableProps) =>
416 ConfirmableActions({
417 actions: [['add', 'Add row', AddRow]],
418 store: props.store,
419 tableId: props.tableId,
420 });
421
422const TableActions2 = (props: TableProps) =>
423 ConfirmableActions({

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…