MCPcopy Create free account
hub / github.com/Norbyte/ositools / Send

Method Send

OsiInterface/DebugMessages.cpp:526–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 }
525
526 void DebugMessageHandler::Send(BackendToDebugger & msg)
527 {
528 if (intf_.IsConnected()) {
529 msg.set_seq_no(outboundSeq_++);
530 intf_.Send(msg);
531 } else {
532 Debug("DebugMessageHandler::Send(): Not connected to debugger frontend");
533 }
534 }
535
536 void DebugMessageHandler::SendResult(uint32_t seq, ResultCode code)
537 {

Callers

nothing calls this directly

Calls 2

DebugFunction · 0.85
IsConnectedMethod · 0.45

Tested by

no test coverage detected