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

Function MakeMsgTuple

BG3Extender/Osiris/Debugger/DebugMessages.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void MakeMsgTuple(MsgTuple & msgTuple, SmallTuple const & tuple)
47 {
48 for (uint32_t i = 0; i < tuple.Size(); i++) {
49 auto column = msgTuple.add_column();
50 MakeMsgColumn(*column, tuple[i]);
51 }
52 }
53
54 void MakeMsgTuple(MsgTuple & msgTuple, TuplePtrLL const & tuple)
55 {

Callers 4

MakeMsgCallStackFunction · 0.85
SendDatabaseRowMethod · 0.85
SendEvaluateRowMethod · 0.85

Calls 2

MakeMsgColumnFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected