MCPcopy Create free account
hub / github.com/cpputest/cpputest / IsEmpty

Method IsEmpty

examples/ApplicationLib/CircularBuffer.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool CircularBuffer::IsEmpty()
44{
45 return empty;
46}
47
48bool CircularBuffer::IsFull()
49{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64