| 9 | namespace buffer { |
| 10 | |
| 11 | Transform::Transform( |
| 12 | const std::shared_ptr<Buffer>& od, |
| 13 | const std::shared_ptr<op::Op>& op) |
| 14 | : od_(od), ops_({op}) {}; |
| 15 | |
| 16 | Transform::Transform( |
| 17 | const std::shared_ptr<Buffer>& od, |
nothing calls this directly
no outgoing calls
no test coverage detected