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

Method fd

src/leveldb/util/env_posix.cc:469–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 : fd_(fd), filename_(std::move(filename)) {}
468
469 int fd() const { return fd_; }
470 const std::string& filename() const { return filename_; }
471
472 private:

Callers 1

UnlockFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected