| 172 | Node &operator=(Node &&node) noexcept = default; |
| 173 | |
| 174 | virtual af_op_t getOp() const noexcept { return af_none_t; } |
| 175 | |
| 176 | int getNodesMap(Node_map_t &node_map, std::vector<Node *> &full_nodes, |
| 177 | std::vector<Node_ids> &full_ids); |
no outgoing calls
no test coverage detected