| 117 | } |
| 118 | |
| 119 | void setConnectionMap(std::map<std::string, std::shared_ptr<core::Connectable>> &connectionMap) { |
| 120 | this->connectionMap = connectionMap; |
| 121 | } |
| 122 | |
| 123 | void setContainers(std::map<std::string, std::shared_ptr<core::Connectable>> &containers) { |
| 124 | this->containers = containers; |
no outgoing calls
no test coverage detected