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

Method SendDatabaseRow

OsiInterface/DebugMessages.cpp:575–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 void DebugMessageHandler::SendDatabaseRow(uint32_t databaseId, TupleVec * row)
576 {
577 BackendToDebugger msg;
578 auto rowMsg = msg.mutable_databaserow();
579 rowMsg->set_database_id(databaseId);
580
581 auto msgRow = rowMsg->add_row();
582 MakeMsgTuple(*msgRow, *row);
583
584 Send(msg);
585 Debug(" <-- BkDatabaseRow()");
586 }
587
588 void DebugMessageHandler::SendEndDatabaseContents(uint32_t databaseId)
589 {

Callers 1

GetDatabaseContentsMethod · 0.80

Calls 2

MakeMsgTupleFunction · 0.85
DebugFunction · 0.85

Tested by

no test coverage detected