Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
export
class
JLinkSocketRTTSource extends SocketRTTSource {
Callers
4
constructor
Method · 0.45
write
Method · 0.45
pushOutput
Method · 0.45
softwareEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected