| 143 | } |
| 144 | |
| 145 | Node::Node() |
| 146 | : id_(-1), |
| 147 | cost_id_(-1), |
| 148 | class_(NC_UNINITIALIZED), |
| 149 | props_(nullptr), |
| 150 | assigned_device_name_index_(0), |
| 151 | while_ctx_(nullptr) {} |
| 152 | |
| 153 | void Node::Initialize(int id, int cost_id, |
| 154 | std::shared_ptr<NodeProperties> props) { |
no outgoing calls
no test coverage detected