| 21 | struct NoopSoundFileReader : sf::SoundFileReader |
| 22 | { |
| 23 | static bool check(sf::InputStream&) |
| 24 | { |
| 25 | return false; |
| 26 | } |
| 27 | |
| 28 | std::optional<Info> open(sf::InputStream&) override |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected