MCPcopy Create free account
hub / github.com/SFML/SFML / check

Method check

test/Audio/SoundFileFactory.test.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected