MCPcopy Create free account
hub / github.com/comaps/comaps / SetEnabledIntegrityValidationForTesting

Method SetEnabledIntegrityValidationForTesting

libs/storage/storage.cpp:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void Storage::SetEnabledIntegrityValidationForTesting(bool enabled)
1188{
1189 m_integrityValidationEnabled = enabled;
1190}
1191
1192void Storage::SetCurrentDataVersionForTesting(int64_t currentVersion)
1193{

Callers 2

InitStorageFunction · 0.80
UNIT_CLASS_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

InitStorageFunction · 0.64
UNIT_CLASS_TESTFunction · 0.64