Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ ghExecutable
Struct
ghExecutable
pkg/cmd/codespace/root.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
ghExecutable
struct
{
11
executablePath string
12
}
13
14
func
(e *ghExecutable) Executable() string {
15
return
e.executablePath
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected