MCPcopy 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
1052std::string TabletNodeImpl::GetSessionId() {
1053 MutexLock lock(&status_mutex_);
1054 return session_id_;
1055}
1056
1057TabletNodeSysInfo& TabletNodeImpl::GetSysInfo() { return sysinfo_; }
1058

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected