///////////////////////////////////////////////////////////////////////////
| 37 | |
| 38 | //////////////////////////////////////////////////////////////////////////////// |
| 39 | std::vector<Operation> Operation::operations(const rust::Vec<tc::Operation>& operations) { |
| 40 | return {operations.begin(), operations.end()}; |
| 41 | } |
| 42 | |
| 43 | //////////////////////////////////////////////////////////////////////////////// |
| 44 | Operation& Operation::operator=(const Operation& other) { |
nothing calls this directly
no outgoing calls
no test coverage detected