Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
bool CircularBuffer::IsEmpty()
44
{
45
return empty;
46
}
47
48
bool CircularBuffer::IsFull()
49
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64