MCPcopy
hub / github.com/bradfitz/gomemcache / String

Method String

memcache/selector.go:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56func (s *staticAddr) Network() string { return s.ntw }
57func (s *staticAddr) String() string { return s.str }
58
59// SetServers changes a ServerList's set of servers at runtime and is
60// safe for concurrent use by multiple goroutines.

Callers 7

putFreeConnMethod · 0.80
getFreeConnMethod · 0.80
ErrorMethod · 0.80
dialMethod · 0.80
newStaticAddrFunction · 0.80
TestFakeServerFunction · 0.80
BenchmarkOnItemFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestFakeServerFunction · 0.64
BenchmarkOnItemFunction · 0.64