MCPcopy Create free account
hub / github.com/baidu/tera / TryRollbackPersistentCacheFiles

Method TryRollbackPersistentCacheFiles

src/leveldb/util/env_flash.cc:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void FlashEnv::TryRollbackPersistentCacheFiles() {
611 for (auto& flash_path : flash_paths_) {
612 DoRollbackPersistentCacheFiles(flash_path);
613 }
614}
615
616void FlashEnv::DoRollbackPersistentCacheFiles(const std::string& path) {
617 SystemFileType type;

Callers 1

InitCacheSystemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected