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

Function util_InitBlockArray

src/tw/dbdebug.cpp:110–116  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// util_InitBlockArray //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

108// util_InitBlockArray
109///////////////////////////////////////////////////////////////////////////////
110static void util_InitBlockArray(cBlockRecordArray& block)
111{
112 if (!block.Initialized())
113 {
114 block.InitForExistingBlock();
115 }
116}
117
118///////////////////////////////////////////////////////////////////////////////
119// util_MapHierRoot : Map the Root and RootArray in the HierDatabase:

Callers 1

MapQuantumDatabaseMethod · 0.70

Calls 2

InitializedMethod · 0.80
InitForExistingBlockMethod · 0.80

Tested by

no test coverage detected