Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ ~RefAutoinc
Method
~RefAutoinc
library/PluginManager.cpp:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
RefLock * lock;
141
RefAutoinc(RefLock * lck):lock(lck){ lock->lock_add(); };
142
~RefAutoinc(){ lock->lock_sub(); };
143
};
144
145
struct Plugin::LuaCommand {
Callers
nothing calls this directly
Calls
1
lock_sub
Method · 0.80
Tested by
no test coverage detected