MCPcopy Create free account
hub / github.com/DFHack/dfhack / PersistentDataItem

Function PersistentDataItem

library/include/modules/Persistence.h:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 PersistentDataItem() : data(nullptr) {}
182 PersistentDataItem(const std::shared_ptr<Persistence::DataEntry> &data) : data(data) {}
183 };
184

Callers 4

addItemMethod · 0.85
getByKeyMethod · 0.85
cleanup_stateFunction · 0.85
clear_cachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected