Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ initDHTGossip
Function
initDHTGossip
cmd/cqld/bootstrap.go:192–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
func
initDHTGossip() (err error) {
193
log.Info(
"init gossip service"
)
194
195
return
196
}
197
198
func
loadGenesis() (genesis *types.BPBlock, err error) {
199
genesisInfo := conf.GConf.BP.BPGenesis
Callers
nothing calls this directly
Calls
1
Info
Function · 0.92
Tested by
no test coverage detected