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

Function NewRandomAccessFile

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

Source from the content-addressed store, hash-verified

326 return target_->NewSequentialFile(f, r);
327 }
328 Status NewRandomAccessFile(const std::string& f,
329 RandomAccessFile** r) override {
330 return target_->NewRandomAccessFile(f, r);
331 }
332 Status NewWritableFile(const std::string& f, WritableFile** r) override {
333 return target_->NewWritableFile(f, r);
334 }

Callers

nothing calls this directly

Calls 1

NewRandomAccessFileMethod · 0.45

Tested by

no test coverage detected