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

Method Send

BG3Extender/Osiris/Debugger/DebugMessages.cpp:522–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 void DebugMessageHandler::Send(BackendToDebugger & msg)
523 {
524 if (intf_.IsConnected()) {
525 msg.set_seq_no(outboundSeq_++);
526 intf_.Send(msg);
527 }
528 }
529
530 void DebugMessageHandler::SendResult(uint32_t seq, ResultCode code)
531 {

Callers

nothing calls this directly

Calls 1

IsConnectedMethod · 0.45

Tested by

no test coverage detected