MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / minus

Function minus

demo/index.tsx:93–93  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

91
92 const add = (count: number) => () => actions.add(count)
93 const minus = (count: number) => () => actions.minus(count)
94
95 return (
96 <div>

Callers 1

CountComponentFunction · 0.70

Calls 1

minusMethod · 0.45

Tested by

no test coverage detected