MCPcopy Create free account
hub / github.com/chrxh/alien / getCellIds

Method getCellIds

source/EngineInterface/Descriptions.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263std::unordered_set<uint64_t> DataDescription::getCellIds() const
264{
265 std::unordered_set<uint64_t> result;
266 for (auto const& cell : cells) {
267 result.insert(cell.id);
268 }
269 return result;
270}
271
272DataDescription&
273DataDescription::addConnection(uint64_t const& cellId1, uint64_t const& cellId2, std::unordered_map<uint64_t, int>* cache)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected