MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / throwIfAborted

Method throwIfAborted

packages/oauth/src/oauth-manager.ts:466–470  ·  view source on GitHub ↗
(signal: AbortSignal | undefined)

Source from the content-addressed store, hash-verified

464 }
465
466 private throwIfAborted(signal: AbortSignal | undefined): void {
467 if (signal?.aborted === true) {
468 throw new OAuthError('Login aborted by caller');
469 }
470 }
471}
472
473/**

Callers 15

loginMethod · 0.95
generateFunction · 0.80
createRpcProxyMethod · 0.80
executionMethod · 0.80
executeInBackgroundMethod · 0.80
ensureRgPathFunction · 0.80
resolveRgPathFunction · 0.80
runAttemptMethod · 0.80
spawnMethod · 0.80
resumeMethod · 0.80
retryMethod · 0.80
runPromptTurnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected