MCPcopy
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

refreshAwsAuthFunction · 0.80
refreshGcpAuthFunction · 0.80

Calls 3

getStatusMethod · 0.95
emitMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected