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

Method setTips

test/specs/reducer.spec.ts:21–23  ·  view source on GitHub ↗
(state: TipsState, tips: string)

Source from the content-addressed store, hash-verified

19
20 @Reducer()
21 setTips(state: TipsState, tips: string): TipsState {
22 return { ...state, tips }
23 }
24
25 @Reducer()
26 addTips(state: TipsState, tips: string): TipsState {

Callers 1

reducer.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected