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

Function _registerGetTask

src/utils/test.ts:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42let _testPushError: (msg: string) => void = () => {};
43let _registerNavigate: (fn: (path: string) => Promise<void>) => void = () => {};
44let _registerGetTask: (fn: (taskId: string) => Promise<any>) => void = () => {};
45
46// ===== 导出的 Registry 对象,委托到内部引用 =====
47export const testRegistry: TestRegistry = {

Callers 1

registerGetTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected