MCPcopy
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
10type ghExecutable struct {
11 executablePath string
12}
13
14func (e *ghExecutable) Executable() string {
15 return e.executablePath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected