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

Method GetThreadTerminatedEventList

TTD/TTD.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 const TTD_Replay_ThreadTerminatedEvent* ReplayEngine::GetThreadTerminatedEventList()
234 {
235 return this->engine->IReplayEngine->GetThreadTerminatedEventList(engine);
236 }
237
238 const std::vector<TTD_Replay_ThreadTerminatedEvent> ReplayEngine::GetThreadTerminatedEvents()
239 {

Callers 2

PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected