Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ getLocalhostAddr
Function
getLocalhostAddr
kv/memberlist/memberlist_client_test.go:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
func
getLocalhostAddr() string {
252
return
getLocalhostAddrs()[0]
253
}
254
255
var
addrsOnce sync.Once
256
var
localhostIP string
Callers
5
TestMemberlist_AbortIfJoinFailsAtStartup
Function · 0.85
TestMemberlist_AbortIfFastJoinFailsAtStartup
Function · 0.85
getFreePorts
Function · 0.85
runClient
Function · 0.85
TestMemberlist_WatchKey_ShouldStartNotifyingChangesBeforeFullJoinIsCompleted
Function · 0.85
Calls
1
getLocalhostAddrs
Function · 0.85
Tested by
no test coverage detected