MCPcopy Create free account
hub / github.com/027xiguapi/code-box / handleConfirm

Function handleConfirm

component/ui/tooltip.tsx:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51export default function Tooltip(props: any) {
52 const handleConfirm = () => {
53 props.onConfirm()
54 }
55
56 const navigateElement = (direction: "parent" | "child" | "prev" | "next") => {
57 props.onNavigate(direction)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected