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

Method SendEvaluateFinished

OsiInterface/DebugMessages.cpp:609–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 }
608
609 void DebugMessageHandler::SendEvaluateFinished(uint32_t seq, ResultCode rc, bool querySucceeded)
610 {
611 BackendToDebugger msg;
612 msg.set_reply_seq_no(seq);
613 auto endMsg = msg.mutable_evaluatefinished();
614 endMsg->set_result_code((StatusCode)rc);
615 endMsg->set_query_succeeded(querySucceeded);
616 Send(msg);
617 Debug(" <-- BkEvaluateFinished()");
618 }
619}
620
621#endif

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected