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

Method getConnection

source/EngineTests/IntegrationTestFramework.cpp:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61ConnectionDescription IntegrationTestFramework::getConnection(DataDescription const& data, uint64_t id, uint64_t otherId) const
62{
63 auto cell = getCell(data, id);
64 for (auto const& connection : cell.connections) {
65 if (connection.cellId == otherId) {
66 return connection;
67 }
68 }
69 THROW_NOT_IMPLEMENTED();
70}
71
72bool IntegrationTestFramework::hasConnection(DataDescription const& data, uint64_t id, uint64_t otherId) const
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected