MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / handleInputValue1

Function handleInputValue1

frontend/src/components/drawerAssistant/index.tsx:106–108  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

104 setActionModal(false)
105 }
106 const handleInputValue1 = (value: number) => {
107 handleInputValueOne(value)
108 }
109 const handleInputValue2 = (value: number) => {
110 handleInputValueTwo(value)
111 }

Callers 1

index.tsxFile · 0.85

Calls 1

handleInputValueOneFunction · 0.50

Tested by

no test coverage detected