Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addItem
Method · 0.85
getByKey
Method · 0.85
cleanup_state
Function · 0.85
clear_caches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected