| 235 | } |
| 236 | |
| 237 | std::unique_ptr<ByteData> Codec::Encode(std::shared_ptr<File> file) { |
| 238 | return Codec::Encode(file, nullptr); |
| 239 | } |
| 240 | |
| 241 | std::unique_ptr<ByteData> Codec::Encode(std::shared_ptr<File> file, |
| 242 | std::shared_ptr<PerformanceData> performanceData) { |
nothing calls this directly
no test coverage detected