MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/core/src/app/stateMachine.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * Throws ZRUI_INVALID_STATE on illegal transition attempts.
37 */
38export class AppStateMachine {
39 private state0: AppRuntimeState = "Created";
40
41 get state(): AppRuntimeState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected