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

Method getCell

source/EngineTests/IntegrationTestFramework.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51CellDescription IntegrationTestFramework::getCell(DataDescription const& data, uint64_t id) const
52{
53 for (auto const& cell : data.cells) {
54 if (cell.id == id) {
55 return cell;
56 }
57 }
58 THROW_NOT_IMPLEMENTED();
59}
60
61ConnectionDescription IntegrationTestFramework::getConnection(DataDescription const& data, uint64_t id, uint64_t otherId) const
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected