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

Function DeleteValue

src/ui-solid-inspector/index.tsx:563–567  ·  view source on GitHub ↗
(props: OnDoneProp & ValueProps)

Source from the content-addressed store, hash-verified

561};
562
563const DeleteValue = (props: OnDoneProp & ValueProps) =>
564 Delete({
565 onClick: useDelValueCallback(props.valueId, props.store, props.onDone),
566 prompt: 'Delete value',
567 });
568
569const ValueActions = (props: ValueProps) =>
570 ConfirmableActions({

Callers

nothing calls this directly

Calls 2

useDelValueCallbackFunction · 0.90
DeleteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…