MCPcopy 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
145struct Plugin::LuaCommand {

Callers

nothing calls this directly

Calls 1

lock_subMethod · 0.80

Tested by

no test coverage detected