MCPcopy
hub / github.com/ifandelse/machina.js / compositeState

Method compositeState

packages/machina/src/types.ts:421–421  ·  view source on GitHub ↗

The child FSM's compositeState for the given client

(client: object)

Source from the content-addressed store, hash-verified

419 onAny(callback: (eventName: string, data: unknown) => void): { off(): void };
420 /** The child FSM's compositeState for the given client */
421 compositeState(client: object): string;
422 /**
423 * Silently place `client` at the given composite state within the child hierarchy.
424 * Throws for Fsm children (no per-client state to rehydrate).

Callers 9

compositeStateMethod · 0.65
compositeStateMethod · 0.65
compositeStateFunction · 0.65
fsm.test.tsFile · 0.65
runSingleWalkFunction · 0.65
main.tsFile · 0.65
syncStatePanelFunction · 0.65
fsm.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected