Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ handleInputValueTwo
Function
handleInputValueTwo
frontend/src/components/playground/index.tsx:1225–1227 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
1223
setInputValueOne(value)
1224
}
1225
const handleInputValueTwo = (value: number) => {
1226
setInputValueTwo(value)
1227
}
1228
const onRadioChange = (value: string) => {
1229
setRadioValue(value)
1230
}
Callers
1
handleInputValue2
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected