Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ ~RefAutolock
Method
~RefAutolock
library/PluginManager.cpp:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
RefLock * lock;
134
RefAutolock(RefLock * lck):lock(lck){ lock->lock(); };
135
~RefAutolock(){ lock->unlock(); };
136
};
137
138
struct Plugin::RefAutoinc
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected