Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_InitBlockArray
Function · 0.80
TestBlockRecordArray
Function · 0.80
util_InitBlockArray
Function · 0.80
OpenImpl
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestBlockRecordArray
Function · 0.64