MCPcopy Index your code
hub / github.com/tailscale/tailscale / ControlKnobs

Method ControlKnobs

tsd/tsd.go:190–192  ·  view source on GitHub ↗

ControlKnobs returns the control knobs for this node.

()

Source from the content-addressed store, hash-verified

188
189// ControlKnobs returns the control knobs for this node.
190func (s *System) ControlKnobs() *controlknobs.Knobs {
191 return &s.controlKnobs
192}
193
194// ProxyMapper returns the ephemeral ip:port mapper.
195func (s *System) ProxyMapper() *proxymap.Mapper {

Callers 5

startMethod · 0.95
newIPNFunction · 0.95
tryEngineFunction · 0.45
serveDebugPortmapFunction · 0.45
newExtensionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected