MCPcopy Create free account
hub / github.com/commial/ttd-bindings / GetThreadTerminatedEvents

Method GetThreadTerminatedEvents

TTD/TTD.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 const std::vector<TTD_Replay_ThreadTerminatedEvent> ReplayEngine::GetThreadTerminatedEvents()
239 {
240 return std::vector<TTD_Replay_ThreadTerminatedEvent>(this->GetThreadTerminatedEventList(), this->GetThreadTerminatedEventList() + this->GetThreadTerminatedEventCount());
241 }
242
243 unsigned __int64 ReplayEngine::GetExceptionEventCount()
244 {

Callers 1

mainFunction · 0.80

Tested by

no test coverage detected