Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addNoMemoryLeaksMessage
Method
addNoMemoryLeaksMessage
src/CppUTest/MemoryLeakDetector.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void MemoryLeakOutputStringBuffer::addNoMemoryLeaksMessage()
149
{
150
outputBuffer_.add(
"No memory leaks were detected."
);
151
}
152
153
void MemoryLeakOutputStringBuffer::startMemoryLeakReporting()
154
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected