Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
refreshAwsAuth
Function · 0.80
refreshGcpAuth
Function · 0.80
Calls
2
getStatus
Method · 0.95
emit
Method · 0.80
Tested by
no test coverage detected