MCPcopy Index your code
hub / github.com/cli/cli / New

Function New

internal/browser/browser.go:13–16  ·  view source on GitHub ↗
(launcher string, stdout, stderr io.Writer)

Source from the content-addressed store, hash-verified

11}
12
13func New(launcher string, stdout, stderr io.Writer) Browser {
14 b := ghBrowser.New(launcher, stdout, stderr)
15 return b
16}

Callers 1

newBrowserFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected