Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cubefs/cubefs
/ initCluster
Method
initCluster
authnode/server.go:246–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
}
245
246
func
(m *Server) initCluster() {
247
m.cluster = newCluster(m.clusterName, m.leaderInfo, m.fsm, m.partition, m.config)
248
m.cluster.retainLogs = m.retainLogs
249
}
Callers
1
Start
Method · 0.95
Calls
1
newCluster
Function · 0.70
Tested by
no test coverage detected