MCPcopy
hub / github.com/modstart-lib/aigcpanel / setAction

Method setAction

src/utils/test.ts:21–21  ·  view source on GitHub ↗
(name: string, fn: TestAction)

Source from the content-addressed store, hash-verified

19
20export interface TestRegistry {
21 setAction(name: string, fn: TestAction): void;
22 unsetAction(name: string | string[]): void;
23 callAction(name: string, arg?: any): Promise<any>;
24 listActions(): string[];

Callers 1

testActionSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected