| 43 | struct NoopSoundFileWriter : sf::SoundFileWriter |
| 44 | { |
| 45 | static bool check(const std::filesystem::path&) |
| 46 | { |
| 47 | return false; |
| 48 | } |
| 49 | |
| 50 | bool open(const std::filesystem::path&, unsigned int, unsigned int, const std::vector<sf::SoundChannel>&) override |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected