Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ unlock
Method
unlock
library/PluginManager.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
mut->lock();
100
}
101
void unlock()
102
{
103
mut->unlock();
104
}
105
void lock_add()
106
{
107
mut->lock();
Callers
4
lock_add
Method · 0.45
lock_sub
Method · 0.45
~RefAutolock
Method · 0.45
unload
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected