MCPcopy Create free account
hub / github.com/codeaashu/claude-code / rejectOnce

Function rejectOnce

src/services/mcp/auth.ts:1036–1040  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

1034 resolve(code)
1035 }
1036 const rejectOnce = (error: Error) => {
1037 if (resolved) return
1038 resolved = true
1039 reject(error)
1040 }
1041
1042 if (abortSignal) {
1043 abortHandler = () => {

Callers 1

performMCPOAuthFlowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected