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

Method setCount

test/specs/ayanami.spec.ts:13–15  ·  view source on GitHub ↗
(state: CountState, count: number)

Source from the content-addressed store, hash-verified

11
12 @Reducer()
13 setCount(state: CountState, count: number): CountState {
14 return { ...state, count }
15 }
16}
17
18describe('Ayanami specs:', () => {

Callers 1

ayanami.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected