Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ emptyDatabaseTest
Method
emptyDatabaseTest
unittests/check.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void emptyDatabaseTest() {
36
REQUIRE(UPS_INV_PARAMETER == ups_db_check_integrity(0, 0));
37
REQUIRE(0 == ups_db_check_integrity(db, 0));
38
}
39
40
void smallDatabaseTest() {
41
DbProxy dbp(db);
Callers
1
check.cpp
File · 0.80
Calls
1
ups_db_check_integrity
Function · 0.85
Tested by
no test coverage detected