MCPcopy Create free account
hub / github.com/baidu/tera / isValid

Method isValid

src/leveldb/util/env_flash.cc:341–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 bool isValid() { return (dfs_file_ || flash_file_); }
342
343 virtual Status Flush() {
344 Status s = dfs_file_->Flush();

Callers 3

NewSequentialFileMethod · 0.45
NewRandomAccessFileMethod · 0.45
NewWritableFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected