Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
export
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
testActionSet
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected