Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
func
CmdName() string {
13
e, err := os.Executable()
14
if
err != nil {
15
return
"cmd"
16
}
17
return
e
18
}
Callers
4
LogsDir
Function · 0.92
init
Method · 0.92
Debugger
Function · 0.92
BenchmarkCmdName
Function · 0.92
Calls
no outgoing calls
Tested by
1
BenchmarkCmdName
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…