MCPcopy Index your code
hub / github.com/modstart-lib/aigcpanel / registerGetTask

Function registerGetTask

src/utils/test.ts:87–89  ·  view source on GitHub ↗
(fn: (taskId: string) => Promise<any>)

Source from the content-addressed store, hash-verified

85}
86
87export function registerGetTask(fn: (taskId: string) => Promise<any>): void {
88 _registerGetTask(fn);
89}
90
91export function testPushError(msg: string): void {
92 _testPushError(msg);

Callers 1

main.tsFile · 0.90

Calls 1

_registerGetTaskFunction · 0.85

Tested by

no test coverage detected