MCPcopy 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
119bool SimpleStringBuffer::reachedItsCapacity()
120{
121 return positions_filled_ >= write_limit_;
122}
123
124////////////////////////
125

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected