Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
bool CircularBuffer::IsFull()
49
{
50
return full;
51
}
52
53
void CircularBuffer::Put(int i)
54
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64