MCPcopy
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

startAuthenticationMethod · 0.95
addOutputMethod · 0.95
setErrorMethod · 0.95
endAuthenticationMethod · 0.95
AwsAuthStatusBoxFunction · 0.80
handleInitializeRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected