MCPcopy
hub / github.com/codeaashu/claude-code / setError

Method setError

src/utils/awsAuthStatusManager.ts:53–56  ·  view source on GitHub ↗
(error: string)

Source from the content-addressed store, hash-verified

51 }
52
53 setError(error: string): void {
54 this.status.error = error
55 this.changed.emit(this.getStatus())
56 }
57
58 endAuthentication(success: boolean): void {
59 if (success) {

Callers 2

refreshAwsAuthFunction · 0.80
refreshGcpAuthFunction · 0.80

Calls 2

getStatusMethod · 0.95
emitMethod · 0.80

Tested by

no test coverage detected