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

Function SpecEmpty

src/tw/textreportviewer.cpp:1747–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747bool SpecEmpty(const cFCOReportSpecIter& ri)
1748{
1749 return (ri.GetAddedSet()->IsEmpty() && ri.GetRemovedSet()->IsEmpty() && 0 == ri.GetNumChanged());
1750}
1751
1752bool PrintableProp(const iFCO* pfcoOld, const iFCO* pfcoNew, int j)
1753{

Callers 2

OutputObjectSummaryMethod · 0.85
OutputObjectDetailsMethod · 0.85

Calls 4

GetAddedSetMethod · 0.80
GetRemovedSetMethod · 0.80
GetNumChangedMethod · 0.80
IsEmptyMethod · 0.45

Tested by

no test coverage detected