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

Method clear

src/CppUTest/MemoryLeakDetector.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void SimpleStringBuffer::clear()
44{
45 positions_filled_ = 0;
46 buffer_[0] = '\0';
47}
48
49void SimpleStringBuffer::add(const char* format, ...)
50{

Callers 1

startCheckingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected