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

Function CmdName

version/cmdname_ios.go:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func CmdName() string {
13 e, err := os.Executable()
14 if err != nil {
15 return "cmd"
16 }
17 return e
18}

Callers 4

LogsDirFunction · 0.92
initMethod · 0.92
DebuggerFunction · 0.92
BenchmarkCmdNameFunction · 0.92

Calls

no outgoing calls

Tested by 1

BenchmarkCmdNameFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…