MCPcopy
hub / github.com/cli/cli / App

Struct App

pkg/cmd/codespace/common.go:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type App struct {
31 io *iostreams.IOStreams
32 apiClient apiClient
33 errLogger *log.Logger
34 executable executable
35 browser browser.Browser
36 remotes func() (clicontext.Remotes, error)
37}
38
39func NewApp(io *iostreams.IOStreams, exe executable, apiClient apiClient, browser browser.Browser, remotes func() (clicontext.Remotes, error)) *App {
40 errLogger := log.New(io.ErrOut, "", 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected