Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getStatus
Method
getStatus
src/utils/awsAuthStatusManager.ts:33–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
getStatus(): AwsAuthStatus {
34
return
{
35
...this.status,
36
output: [...this.status.output],
37
}
38
}
39
40
startAuthentication(): void {
41
this.status = {
Callers
6
startAuthentication
Method · 0.95
addOutput
Method · 0.95
setError
Method · 0.95
endAuthentication
Method · 0.95
AwsAuthStatusBox
Function · 0.80
handleInitializeRequest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected