Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ GetInfo
Method
GetInfo
src/master/tabletnode_manager.cc:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
TabletNode::~TabletNode() {}
108
109
TabletNodeInfo TabletNode::GetInfo() {
110
MutexLock lock(&mutex_);
111
return info_;
112
}
113
114
const std::string& TabletNode::GetAddr() { return addr_; }
115
Callers
1
ShowTabletNodes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected