Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetC
Method
GetC
libraries/lib-utility/BufferedStreamReader.cpp:60–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
int BufferedStreamReader::GetC()
61
{
62
uint8_t value = 0;
63
64
if (ReadValue(value))
65
return value;
66
67
return -1;
68
}
69
70
bool BufferedStreamReader::HandleUnderflow()
71
{
Callers
1
Decode
Method · 0.80
Calls
1
ReadValue
Function · 0.70
Tested by
no test coverage detected