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

Method getControlURL

tsnet/tsnet.go:731–736  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

729}
730
731func (s *Server) getControlURL() string {
732 if v := s.ControlURL; v != "" {
733 return v
734 }
735 return os.Getenv("TS_CONTROL_URL")
736}
737
738func (s *Server) getClientSecret() string {
739 if v := s.ClientSecret; v != "" {

Callers 2

startMethod · 0.95
resolveAuthKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected