////////////////////////////////////////////////////////////////////////// util_InitBlockArray //////////////////////////////////////////////////////////////////////////
| 108 | // util_InitBlockArray |
| 109 | /////////////////////////////////////////////////////////////////////////////// |
| 110 | static 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: |
no test coverage detected