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

Method GetNumItems

src/db/blockrecordarray.h:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return mSpaceAvailable;
112 }
113 int GetNumItems() const
114 {
115 ASSERT(Initialized());
116 return mNumItems;
117 }
118 // returns the number of items currently being stored in the array
119
120 ///////////////////////////////////////////////////////////////////

Callers 2

MapQuantumDatabaseMethod · 0.45
ReadHeaderInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected