MCPcopy Create free account
hub / github.com/jetkvm/kvm / rpcGetTailscaleControlURL

Function rpcGetTailscaleControlURL

tailscale.go:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func rpcGetTailscaleControlURL() (string, error) {
17 ensureConfigLoaded()
18 return tailscale.EffectiveControlURL(config.TailscaleControlURL), nil
19}
20
21func rpcSetTailscaleControlURL(controlURL string) error {
22 ensureConfigLoaded()

Callers

nothing calls this directly

Calls 2

EffectiveControlURLFunction · 0.92
ensureConfigLoadedFunction · 0.85

Tested by

no test coverage detected