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

Method showTipsWithReducer

test/specs/effect.spec.ts:18–20  ·  view source on GitHub ↗
(state: TipsState, tips: string)

Source from the content-addressed store, hash-verified

16
17 @Reducer()
18 showTipsWithReducer(state: TipsState, tips: string): TipsState {
19 return { ...state, tips }
20 }
21
22 @Effect()
23 showTipsWithEffectAction(tips$: Observable<string>): Observable<EffectAction> {

Callers 2

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected