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

Function compositeState

packages/machina/src/behavioral-fsm.ts:714–716  ·  view source on GitHub ↗
(client: object)

Source from the content-addressed store, hash-verified

712 return child.on("*", callback);
713 },
714 compositeState(client: object): string {
715 return child.compositeState(client);
716 },
717 rehydrate(client: object, compositeState: string): void {
718 child.rehydrate(client, compositeState);
719 },

Callers

nothing calls this directly

Calls 1

compositeStateMethod · 0.65

Tested by

no test coverage detected