///////////////////////////////////////////////////////////////////////////
| 34 | |
| 35 | //////////////////////////////////////////////////////////////////////////////// |
| 36 | Operation::Operation(const tc::Operation& op) : op(&op) {} |
| 37 | |
| 38 | //////////////////////////////////////////////////////////////////////////////// |
| 39 | std::vector<Operation> Operation::operations(const rust::Vec<tc::Operation>& operations) { |
nothing calls this directly
no outgoing calls
no test coverage detected