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

Method showTipsWithEffectAction

test/specs/effect.spec.ts:23–25  ·  view source on GitHub ↗
(tips$: Observable<string>)

Source from the content-addressed store, hash-verified

21
22 @Effect()
23 showTipsWithEffectAction(tips$: Observable<string>): Observable<EffectAction> {
24 return tips$.pipe(map((tips) => this.getActions().showTipsWithReducer(tips)))
25 }
26}
27
28interface CountState {

Callers 1

minusMethod · 0.80

Calls 1

showTipsWithReducerMethod · 0.80

Tested by

no test coverage detected