MCPcopy
hub / github.com/cli/cli / Browse

Method Browse

internal/browser/browser.go:10–10  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

8
9type Browser interface {
10 Browse(string) error
11}
12
13func New(launcher string, stdout, stderr io.Writer) Browser {

Callers 1

AuthFlowFunction · 0.65

Implementers 3

MockBrowserpkg/cmd/codespace/create_test.go
Stubinternal/browser/stub.go
browsercmd/gen-docs/main.go

Calls

no outgoing calls

Tested by

no test coverage detected