Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
export
interface
State<S> {
4
getState(): S
5
setState(state: S): void
6
state$: Observable<S>
7
}
8
Callers
3
utils.spec.ts
File · 0.80
Ikari
Class · 0.80
emitSSREffects
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected