Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ reachedItsCapacity
Method
reachedItsCapacity
src/CppUTest/MemoryLeakDetector.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
bool SimpleStringBuffer::reachedItsCapacity()
120
{
121
return positions_filled_ >= write_limit_;
122
}
123
124
////////////////////////
125
Callers
1
stopMemoryLeakReporting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected