Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ addOutput
Method
addOutput
src/utils/awsAuthStatusManager.ts:48–51 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
46
}
47
48
addOutput(line: string): void {
49
this.status.output.push(line)
50
this.changed.emit(this.getStatus())
51
}
52
53
setError(error: string): void {
54
this.status.error = error
Callers
2
refreshAwsAuth
Function · 0.80
refreshGcpAuth
Function · 0.80
Calls
3
getStatus
Method · 0.95
emit
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected