MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isAuthError

Function isAuthError

packages/cli/src/auth/errors.ts:64–66  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

62 );
63
64export function isAuthError(err: unknown): err is AuthError {
65 return err instanceof AuthError;
66}

Callers 12

tryRefreshMethod · 0.85
tryResolveCredentialFunction · 0.85
oauth.test.tsFile · 0.85
resolver.test.tsFile · 0.85
errors.test.tsFile · 0.85
client.test.tsFile · 0.85
store.test.tsFile · 0.85
handleResolveErrorFunction · 0.85
verifyFunction · 0.85
verifyAndReportFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected