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

Method showTips

demo/index.tsx:25–27  ·  view source on GitHub ↗
(state: TipsState, tips: string)

Source from the content-addressed store, hash-verified

23
24 @Reducer()
25 showTips(state: TipsState, tips: string): TipsState {
26 return { ...state, tips }
27 }
28}
29
30@Injectable()

Callers 1

minusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected