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

Function add

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

Source from the content-addressed store, hash-verified

90 const [{ tips }] = useAyanami(Tips)
91
92 const add = (count: number) => () => actions.add(count)
93 const minus = (count: number) => () => actions.minus(count)
94
95 return (

Callers 1

CountComponentFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected