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

Method getOtherCell

source/EngineTests/IntegrationTestFramework.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83CellDescription IntegrationTestFramework::getOtherCell(DataDescription const& data, uint64_t id) const
84{
85 for (auto const& cell : data.cells) {
86 if (cell.id != id) {
87 return cell;
88 }
89 }
90 THROW_NOT_IMPLEMENTED();
91}
92
93CellDescription IntegrationTestFramework::getOtherCell(DataDescription const& data, std::set<uint64_t> ids) const
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected