Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ DeleteManifestFile
Method
DeleteManifestFile
src/leveldb/db/recovery_test.cc:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void DeleteManifestFile() { ASSERT_OK(env_->DeleteFile(ManifestFileName())); }
109
110
uint64_t FirstLogFile() { return GetFiles(kLogFile)[0]; }
111
Callers
nothing calls this directly
Calls
1
DeleteFile
Method · 0.45
Tested by
no test coverage detected