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

Method size

library/include/DataDefs.h:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 std::vector<int64_t> index_value_map;
211 ComplexData(std::initializer_list<int64_t> values);
212 size_t size() const {
213 return index_value_map.size();
214 }
215 };
216
217 private:

Callers 3

hasChildrenFunction · 0.45
next_enum_itemFunction · 0.45
flagarray_to_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected