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

Function UnlockFile

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

Source from the content-addressed store, hash-verified

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);
366 }

Callers 1

LockOrUnlockFunction · 0.85

Calls 1

UnlockFileMethod · 0.45

Tested by

no test coverage detected