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

Method GetThreadCount

TTD/TTD.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 unsigned __int64 Cursor::GetThreadCount() {
23 return this->cursor->ICursor->GetThreadCount(cursor);
24 }
25
26 GuestAddress Cursor::GetProgramCounter() {
27 return this->GetProgramCounter(0);

Callers 2

mainFunction · 0.80
PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected