MCPcopy Create free account
hub / github.com/tinyplex/tinybase / ValueActions

Function ValueActions

src/ui-react-inspector/actions/values.tsx:103–112  ·  view source on GitHub ↗
({valueId, store}: ValueProps)

Source from the content-addressed store, hash-verified

101);
102
103export const ValueActions = ({valueId, store}: ValueProps) => (
104 <ConfirmableActions
105 actions={[
106 ['clone', 'Clone value', CloneValue],
107 ['delete', 'Delete value', DeleteValue],
108 ]}
109 store={store}
110 valueId={valueId}
111 />
112);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…