Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewSequentialFile
Method · 0.45
NewRandomAccessFile
Method · 0.45
NewWritableFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected