MCPcopy Create free account
hub / github.com/cli/cli / App

Struct App

pkg/cmd/codespace/common.go:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected