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

Function handleInputValue2

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

Source from the content-addressed store, hash-verified

107 handleInputValueOne(value)
108 }
109 const handleInputValue2 = (value: number) => {
110 handleInputValueTwo(value)
111 }
112 const handleDescriptionChanges = (e: ChangeEvent<HTMLInputElement>) => {
113 handleDescriptionChange(e.target.value)
114 }

Callers 1

index.tsxFile · 0.85

Calls 1

handleInputValueTwoFunction · 0.50

Tested by

no test coverage detected