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

Method setState

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

Source from the content-addressed store, hash-verified

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

Callers 3

utils.spec.tsFile · 0.80
IkariClass · 0.80
emitSSREffectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected