MCPcopy 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
60int BufferedStreamReader::GetC()
61{
62 uint8_t value = 0;
63
64 if (ReadValue(value))
65 return value;
66
67 return -1;
68}
69
70bool BufferedStreamReader::HandleUnderflow()
71{

Callers 1

DecodeMethod · 0.80

Calls 1

ReadValueFunction · 0.70

Tested by

no test coverage detected