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

Method write

src/frontend/swo/sources/socket.ts:128–135  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

126 }
127
128 public write(data) {
129 try {
130 this.client.write(data);
131 }
132 catch (e) {
133 throw e;
134 }
135 }
136}
137
138export class JLinkSocketRTTSource extends SocketRTTSource {

Callers 4

constructorMethod · 0.45
writeMethod · 0.45
pushOutputMethod · 0.45
softwareEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected