Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
export
interface
State<S> {
4
getState(): S
5
setState(state: S): void
6
state$: Observable<S>
7
}
Callers
11
reducer.spec.ts
File · 0.80
getCount
Function · 0.80
utils.spec.ts
File · 0.80
getCount
Function · 0.80
getTips
Function · 0.80
ayanami.spec.ts
File · 0.80
immer-reducer.spec.ts
File · 0.80
ikari.spec.ts
File · 0.80
getState
Function · 0.80
emitSSREffects
Function · 0.80
useSubscribeAyanamiState
Function · 0.80
Calls
no outgoing calls
Tested by
3
getCount
Function · 0.64
getCount
Function · 0.64
getTips
Function · 0.64