MCPcopy Create free account
hub / github.com/Marus/cortex-debug / pushOutput

Method pushOutput

src/frontend/swo/decoders/console.ts:91–101  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

89 }
90
91 private pushOutput(str: string) {
92 if (str) {
93 if (this.useTerminal) {
94 if (this.ptyTerm) {
95 this.ptyTerm.write(str);
96 }
97 } else {
98 this.output.append(str);
99 }
100 }
101 }
102
103 private createDateHeaderUs(): string {
104 if (this.timestamp) {

Callers 1

softwareEventMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected