MCPcopy
hub / github.com/tailscale/tailscale / ProxyMapper

Method ProxyMapper

tsd/tsd.go:195–197  ·  view source on GitHub ↗

ProxyMapper returns the ephemeral ip:port mapper.

()

Source from the content-addressed store, hash-verified

193
194// ProxyMapper returns the ephemeral ip:port mapper.
195func (s *System) ProxyMapper() *proxymap.Mapper {
196 return &s.proxyMap
197}
198
199// UserMetricsRegistry returns the system usermetrics.
200func (s *System) UserMetricsRegistry() *usermetric.Registry {

Callers 6

startMethod · 0.95
TestInjectInboundLeakFunction · 0.95
makeNetstackFunction · 0.95
newIPNFunction · 0.95
newNetstackFunction · 0.80
WhoIsMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestInjectInboundLeakFunction · 0.76
makeNetstackFunction · 0.76