MCPcopy Create free account
hub / github.com/DFHack/dfhack / isSuspended

Method isSuspended

library/Core.cpp:1514–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512}
1513
1514bool Core::isSuspended(void)
1515{
1516 return ownerThread.load() == std::this_thread::get_id();
1517}
1518
1519void Core::doUpdate(color_ostream &out)
1520{

Callers 1

AssertCoreSuspendFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected