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

Method Initialized

src/db/blockrecordarray.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 // file is actually a block file
103
104 bool Initialized() const
105 {
106 return mbInit;
107 }
108 int GetAvailableSpace() const
109 {
110 ASSERT(Initialized());

Callers 4

util_InitBlockArrayFunction · 0.80
TestBlockRecordArrayFunction · 0.80
util_InitBlockArrayFunction · 0.80
OpenImplMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestBlockRecordArrayFunction · 0.64