Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ status
Method
status
src/leveldb/table/table.cc:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
return iter_->value();
134
}
135
virtual Status status() const { return iter_->status(); }
136
137
private:
138
Iterator* iter_;
Callers
2
status
Method · 0.45
InternalGet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected