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

Method SendBeginDatabaseContents

BG3Extender/Osiris/Debugger/DebugMessages.cpp:560–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 }
559
560 void DebugMessageHandler::SendBeginDatabaseContents(uint32_t databaseId)
561 {
562 BackendToDebugger msg;
563 auto beginMsg = msg.mutable_begindatabasecontents();
564 beginMsg->set_database_id(databaseId);
565 Send(msg);
566 DEBUG(" <-- BkBeginDatabaseContents()");
567 }
568
569 void DebugMessageHandler::SendDatabaseRow(uint32_t databaseId, TupleVec * row)
570 {

Callers 1

GetDatabaseContentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected