MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Clear

Method Clear

src/core/errorbucketimpl.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185IMPLEMENT_TYPEDSERIALIZABLE(cErrorQueue, _T("cErrorQueue"), 0, 1);
186
187void cErrorQueue::Clear()
188{
189 mList.clear();
190}
191
192int cErrorQueue::GetNumErrors() const
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected