Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ tclSendData
Method
tclSendData
src/openocd.ts:474–478 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
472
}
473
474
private tclSendData(data: string) {
475
if
(data) {
476
this.tclSocket.write(data + this.tclDelimit,
'utf8'
);
477
}
478
}
479
480
public ctiStopResume?(action: CTIAction): void {
481
let
commands = [];
Callers
1
tclCommand
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected