MCPcopy Create free account
hub / github.com/audacity/audacity / Eof

Method Eof

libraries/lib-utility/BufferedStreamReader.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool BufferedStreamReader::Eof() const
56{
57 return mCurrentBytes == mCurrentIndex && !HasMoreData();
58}
59
60int BufferedStreamReader::GetC()
61{

Callers 8

ParseProgramMethod · 0.80
NextInFunction · 0.80
PeekTokensFunction · 0.80
SyncFunction · 0.80
DecodeMethod · 0.80
ImportMethod · 0.80
ImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected