Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
bool BufferedStreamReader::Eof() const
56
{
57
return mCurrentBytes == mCurrentIndex && !HasMoreData();
58
}
59
60
int BufferedStreamReader::GetC()
61
{
Callers
8
ParseProgram
Method · 0.80
LoadOneThemeComponents
Method · 0.80
NextIn
Function · 0.80
PeekTokens
Function · 0.80
Sync
Function · 0.80
Decode
Method · 0.80
Import
Method · 0.80
Import
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected