MCPcopy Create free account
hub / github.com/cpputest/cpputest / resetWriteLimit

Method resetWriteLimit

src/CppUTest/MemoryLeakDetector.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 write_limit_ = SIMPLE_STRING_BUFFER_LEN-1;
113}
114void SimpleStringBuffer::resetWriteLimit()
115{
116 write_limit_ = SIMPLE_STRING_BUFFER_LEN-1;
117}
118
119bool SimpleStringBuffer::reachedItsCapacity()
120{

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64