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

Method removeTips

test/specs/immer-reducer.spec.ts:17–19  ·  view source on GitHub ↗
(state: Draft<TipsState>)

Source from the content-addressed store, hash-verified

15
16 @ImmerReducer()
17 removeTips(state: Draft<TipsState>) {
18 state.tips = ''
19 }
20
21 @ImmerReducer()
22 setTips(state: Draft<TipsState>, tips: string) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected