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

Function ValueActions

src/ui-solid-inspector/index.tsx:569–577  ·  view source on GitHub ↗
(props: ValueProps)

Source from the content-addressed store, hash-verified

567 });
568
569const ValueActions = (props: ValueProps) =>
570 ConfirmableActions({
571 actions: [
572 ['clone', 'Clone value', CloneValue],
573 ['delete', 'Delete value', DeleteValue],
574 ],
575 store: props.store,
576 valueId: props.valueId,
577 });
578
579const valueActions = [{label: '', component: ValueActions}];
580const rowActions = [{label: '', component: RowActions}];

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…