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

Method setTips

test/specs/immer-reducer.spec.ts:22–24  ·  view source on GitHub ↗
(state: Draft<TipsState>, tips: string)

Source from the content-addressed store, hash-verified

20
21 @ImmerReducer()
22 setTips(state: Draft<TipsState>, tips: string) {
23 state.tips = tips
24 }
25
26 @ImmerReducer()
27 addTips(state: Draft<TipsState>, tips: string) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected