MCPcopy Create free account
hub / github.com/evolify/dumpfun / onChange

Function onChange

common/hooks/duration.ts:9–11  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

7 const [duration, setDuration] = useState<Duration>(defaultValue as Duration)
8
9 function onChange(value: string) {
10 setDuration(value as Duration)
11 }
12
13 return {
14 duration,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected