Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ Capacity
Method
Capacity
examples/ApplicationLib/CircularBuffer.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
int CircularBuffer::Capacity()
76
{
77
return capacity;
78
}
79
80
int CircularBuffer::Next(int i)
81
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64