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

Method GetLatest

src/Platforms/Symbian/SymbianMemoryLeakWarning.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115MemoryLeakWarning* MemoryLeakWarning::GetLatest()
116{
117 return _latest;
118}
119
120void MemoryLeakWarning::SetLatest(MemoryLeakWarning* latest)
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected