Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ String
Method
String
proxycore/mockcluster.go:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(h MockHost) String() string {
53
return
net.JoinHostPort(h.IP, strconv.Itoa(h.Port))
54
}
55
56
func
(h MockHost) equal(o MockHost) bool {
57
return
h.IP == o.IP && h.Port == o.Port
Callers
4
makeSystemLocalValues
Method · 0.45
generate
Method · 0.45
maybeStart
Method · 0.45
maybeStop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected