MCPcopy 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
111int PersistentDataItem::entity_id() const {
112 CHECK_INVALID_ARGUMENT(isValid());
113 return data->entity_id;
114}
115
116const std::string &PersistentDataItem::key() const
117{

Callers 1

deleteItemMethod · 0.80

Calls 1

isValidFunction · 0.50

Tested by

no test coverage detected