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

Method AddChildArray

src/tw/dbdatasource.cpp:285–291  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// AddChildArray //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

283// AddChildArray
284///////////////////////////////////////////////////////////////////////////////
285void cDbDataSourceIter::AddChildArray() //throw (eError)
286{
287 ASSERT(!Done());
288 ASSERT(!CanDescend());
289
290 mDbIter.CreateChildArray();
291}
292
293///////////////////////////////////////////////////////////////////////////////
294// RemoveChildArray

Callers 4

ExecuteMethod · 0.80
util_ProcessDirFunction · 0.80
ExecuteMethod · 0.80
AddDirectoryFunction · 0.80

Calls 1

CreateChildArrayMethod · 0.80

Tested by

no test coverage detected