Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ SetRootTabletAddr
Method
SetRootTabletAddr
src/tabletnode/tabletnode_impl.cc:923–925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
921
}
922
923
void TabletNodeImpl::SetRootTabletAddr(const std::string& root_tablet_addr) {
924
root_tablet_addr_ = root_tablet_addr;
925
}
926
927
/*
928
* all cached tablets/files:
Callers
5
Init
Method · 0.80
OnRootNodeCreated
Method · 0.80
OnRootNodeDeleted
Method · 0.80
OnRootNodeChanged
Method · 0.80
OnMetaChange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected