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

Function streamEof

src/SFML/Audio/SoundFileReaderFlac.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101FLAC__bool streamEof(const FLAC__StreamDecoder*, void* clientData)
102{
103 auto* data = static_cast<sf::priv::SoundFileReaderFlac::ClientData*>(clientData);
104
105 return data->stream->tell() == data->stream->getSize();
106}
107
108
109FLAC__StreamDecoderWriteStatus streamWrite(

Callers

nothing calls this directly

Calls 2

tellMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected