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

Method TraceContents

src/fs/fsobject.cpp:127–137  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// TraceContents //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

125// TraceContents
126///////////////////////////////////////////////////////////////////////////////
127void cFSObject::TraceContents(int dl) const
128{
129 if (dl < 0)
130 dl = cDebug::D_DEBUG;
131
132 cDebug d("cFSObject::TraceContents");
133
134 d.Trace(dl, _T("%s\n"), GetName().AsString().c_str());
135 // trace the property set's stats
136 GetPropSet()->TraceContents(dl);
137}
138
139///////////////////////////////////////////////////////////////////////////////
140// retrieving the property set and children...

Callers 1

VisitFSObjectMethod · 0.45

Calls 3

c_strMethod · 0.80
TraceMethod · 0.60
AsStringMethod · 0.45

Tested by

no test coverage detected