Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CountComponent
Function · 0.70
Calls
1
add
Method · 0.45
Tested by
no test coverage detected