MCPcopy Create free account
hub / github.com/TanStack/devtools / decrement

Function decrement

examples/preact/custom-devtools/src/App.tsx:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 const decrement = () => {
16 counterInstance.decrement()
17 setCount(counterInstance.getCount())
18 }
19
20 return (
21 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected