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

Method SendResult

OsiInterface/DebugMessages.cpp:536–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 }
535
536 void DebugMessageHandler::SendResult(uint32_t seq, ResultCode code)
537 {
538 BackendToDebugger msg;
539 msg.set_reply_seq_no(seq);
540 auto results = msg.mutable_results();
541 results->set_status_code((StatusCode)code);
542 Send(msg);
543 Debug(" <-- BkResult(%d)", code);
544 }
545
546 void DebugMessageHandler::SendVersionInfo(uint32_t seq)
547 {

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected