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

Function _testPushError

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

Source from the content-addressed store, hash-verified

40let _getErrors: () => string[] = () => [];
41let _clearErrors: () => void = () => {};
42let _testPushError: (msg: string) => void = () => {};
43let _registerNavigate: (fn: (path: string) => Promise<void>) => void = () => {};
44let _registerGetTask: (fn: (taskId: string) => Promise<any>) => void = () => {};
45

Callers 1

testPushErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected