MCPcopy Index your code
hub / github.com/continuedev/continue / hadUnhandledError

Function hadUnhandledError

extensions/cli/src/util/errorState.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 * Called by gracefulExit() to determine the exit code.
21 */
22export function hadUnhandledError(): boolean {
23 return hasUnhandledError;
24}

Callers 1

gracefulExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected