Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ init
Function
init
rpc/mux/resolve.go:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
func
init() {
83
naconn.RegisterResolver(&Resolver{})
84
}
85
86
// GetNodeAddr tries best to get node addr.
87
func
GetNodeAddr(id *proto.RawNodeID) (addr string, err error) {
Callers
nothing calls this directly
Calls
1
RegisterResolver
Function · 0.92
Tested by
no test coverage detected