Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ GetSessionId
Method
GetSessionId
src/tabletnode/tabletnode_impl.cc:1052–1055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1050
}
1051
1052
std::string TabletNodeImpl::GetSessionId() {
1053
MutexLock lock(&status_mutex_);
1054
return session_id_;
1055
}
1056
1057
TabletNodeSysInfo& TabletNodeImpl::GetSysInfo() { return sysinfo_; }
1058
Callers
1
Init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected