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

Method AddError

src/core/errorbucketimpl.cpp:43–48  ·  view source on GitHub ↗

############################################################################ cErrorBucket ############################################################################

Source from the content-addressed store, hash-verified

41// cErrorBucket
42//#############################################################################
43void cErrorBucket::AddError(const eError& error)
44{
45 HandleError(error);
46 if (mpChild)
47 mpChild->AddError(error);
48}
49
50//#############################################################################
51// cErrorReporter

Callers 12

InsertIntoPeersMethod · 0.45
ExecuteMethod · 0.45
yyparse.cppFile · 0.45
FinitMethod · 0.45
SetSectionMethod · 0.45
ExecuteOnObjectListMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
TestErrorBucketImplFunction · 0.45
AddPropCalcErrorMethod · 0.45
AddIterationErrorMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestErrorBucketImplFunction · 0.36