MCPcopy Create free account
hub / github.com/baidu/tera / GetTabletNodeInfo

Method GetTabletNodeInfo

src/tabletnode/tabletnode_sysinfo.cc:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void TabletNodeSysInfo::GetTabletNodeInfo(TabletNodeInfo* info) {
780 MutexLock lock(&mutex_);
781 info->CopyFrom(*info_);
782}
783
784void TabletNodeSysInfo::GetTabletMetaList(TabletMetaList* meta_list) {
785 MutexLock lock(&mutex_);

Callers 1

QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected