MCPcopy Create free account
hub / github.com/ElementsProject/elements / LockFile

Function LockFile

src/leveldb/include/leveldb/env.h:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 return target_->RenameFile(s, t);
359 }
360 Status LockFile(const std::string& f, FileLock** l) override {
361 return target_->LockFile(f, l);
362 }
363 Status UnlockFile(FileLock* l) override { return target_->UnlockFile(l); }
364 void Schedule(void (*f)(void*), void* a) override {
365 return target_->Schedule(f, a);

Callers 1

LockOrUnlockFunction · 0.85

Calls 1

LockFileMethod · 0.45

Tested by

no test coverage detected