Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ entity_id
Method
entity_id
library/modules/Persistence.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
};
110
111
int PersistentDataItem::entity_id() const {
112
CHECK_INVALID_ARGUMENT(isValid());
113
return data->entity_id;
114
}
115
116
const std::string &PersistentDataItem::key() const
117
{
Callers
1
deleteItem
Method · 0.80
Calls
1
isValid
Function · 0.50
Tested by
no test coverage detected