Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1514
bool Core::isSuspended(void)
1515
{
1516
return ownerThread.load() == std::this_thread::get_id();
1517
}
1518
1519
void Core::doUpdate(color_ostream &out)
1520
{
Callers
1
AssertCoreSuspend
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected