MCPcopy 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

tclCommandMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected