Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeetCode-OpenSource/ayanami
/ removeTips
Method
removeTips
test/specs/reducer.spec.ts:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
@Reducer()
16
removeTips(): TipsState {
17
return
{ tips:
''
}
18
}
19
20
@Reducer()
21
setTips(state: TipsState, tips: string): TipsState {
Callers
1
reducer.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected