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

Method IsFull

examples/ApplicationLib/CircularBuffer.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool CircularBuffer::IsFull()
49{
50 return full;
51}
52
53void CircularBuffer::Put(int i)
54{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64