Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ DeleteFile
Function
DeleteFile
src/leveldb/include/leveldb/env.h:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
return target_->GetChildren(dir, r);
344
}
345
Status DeleteFile(const std::string& f) override {
346
return target_->DeleteFile(f);
347
}
348
Status CreateDir(const std::string& d) override {
349
return target_->CreateDir(d);
350
}
Callers
2
DeleteFile
Method · 0.85
DeleteFilesCreatedAfterLastDirSync
Method · 0.85
Calls
1
DeleteFile
Method · 0.45
Tested by
2
DeleteFile
Method · 0.68
DeleteFilesCreatedAfterLastDirSync
Method · 0.68