MCPcopy 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

DeleteFileMethod · 0.85

Calls 1

DeleteFileMethod · 0.45

Tested by 2

DeleteFileMethod · 0.68