MCPcopy Create free account
hub / github.com/tailscale/tailscale / haveExecutable

Function haveExecutable

clientupdate/clientupdate.go:1208–1211  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

1206}
1207
1208func haveExecutable(name string) bool {
1209 path, err := exec.LookPath(name)
1210 return err == nil && path != ""
1211}
1212
1213func requestedTailscaleVersion(ver, track string) (string, error) {
1214 if ver != "" {

Callers 1

getUpdateFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…