MCPcopy 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
52func (h MockHost) String() string {
53 return net.JoinHostPort(h.IP, strconv.Itoa(h.Port))
54}
55
56func (h MockHost) equal(o MockHost) bool {
57 return h.IP == o.IP && h.Port == o.Port

Callers 4

makeSystemLocalValuesMethod · 0.45
generateMethod · 0.45
maybeStartMethod · 0.45
maybeStopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected