| 674 | } |
| 675 | |
| 676 | void SerialNode::DynamicSerialProcessor::reset() |
| 677 | { |
| 678 | for (auto n : parent->getNodeList()) |
| 679 | n->reset(); |
| 680 | } |
| 681 | |
| 682 | void SerialNode::DynamicSerialProcessor::prepare(PrepareSpecs) |
| 683 | { |
no outgoing calls
no test coverage detected