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

Function handle

packages/machina/src/behavioral-fsm.ts:705–707  ·  view source on GitHub ↗
(client: object, inputName: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

703 return child.canHandle(client, inputName);
704 },
705 handle(client: object, inputName: string, ...args: unknown[]): void {
706 child.handle(client, inputName, ...args);
707 },
708 reset(client: object): void {
709 child.transition(client, child.initialState);
710 },

Callers 9

ThreeDSecureStepFunction · 0.85
handleSubmitFunction · 0.85
PersonalDetailsStepFunction · 0.85
StartStepFunction · 0.85
handleSubmitFunction · 0.85
PaymentStepFunction · 0.85
ConfirmationStepFunction · 0.85
PaymentFailedStepFunction · 0.85
ReviewStepFunction · 0.85

Calls 1

handleMethod · 0.65

Tested by

no test coverage detected