Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
New(launcher string, stdout, stderr io.Writer) Browser {
14
b := ghBrowser.New(launcher, stdout, stderr)
15
return
b
16
}
Callers
1
newBrowser
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected