Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void SimpleStringBuffer::clear()
44
{
45
positions_filled_ = 0;
46
buffer_[0] =
'\0'
;
47
}
48
49
void SimpleStringBuffer::add(const char* format, ...)
50
{
Callers
1
startChecking
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected