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

Method GetThreadTerminatedEventCount

TTD/TTD.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 unsigned __int64 ReplayEngine::GetThreadTerminatedEventCount()
229 {
230 return this->engine->IReplayEngine->GetThreadTerminatedEventCount(engine);
231 }
232
233 const TTD_Replay_ThreadTerminatedEvent* ReplayEngine::GetThreadTerminatedEventList()
234 {

Callers 2

PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected