Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ hasProperStructure
Method
hasProperStructure
tests/core/database/FakeDatabaseWorker.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool FakeDatabaseWorker::hasProperStructure()
35
{
36
return hasTable(QLatin1String(
"Information"
));
37
}
38
39
void FakeDatabaseWorker::setup()
40
{
Callers
1
testCreationAndSetupOfDatabase
Method · 0.45
Calls
no outgoing calls
Tested by
1
testCreationAndSetupOfDatabase
Method · 0.36