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

Method getState

src/core/utils/basic-state.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export interface State<S> {
4 getState(): S
5 setState(state: S): void
6 state$: Observable<S>
7}

Callers 11

reducer.spec.tsFile · 0.80
getCountFunction · 0.80
utils.spec.tsFile · 0.80
getCountFunction · 0.80
getTipsFunction · 0.80
ayanami.spec.tsFile · 0.80
ikari.spec.tsFile · 0.80
getStateFunction · 0.80
emitSSREffectsFunction · 0.80
useSubscribeAyanamiStateFunction · 0.80

Calls

no outgoing calls

Tested by 3

getCountFunction · 0.64
getCountFunction · 0.64
getTipsFunction · 0.64