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

Function OutputIterChildren

src/tw/textdbviewer.cpp:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260static void OutputIterChildren(cDbDataSourceIter dbIter,
261 const iFCOPropDisplayer* pPD,
262 const iFCONameTranslator* pNT,
263 TOSTREAM* pOut,
264 bool fDetails)
265{
266 dbIter.Descend();
267 OutputIterPeers(dbIter, pPD, pNT, pOut, fDetails);
268}
269
270static void OutputIterPeers(cDbDataSourceIter dbIter,
271 const iFCOPropDisplayer* pPD,

Callers 1

OutputIterPeersFunction · 0.85

Calls 2

OutputIterPeersFunction · 0.85
DescendMethod · 0.45

Tested by

no test coverage detected