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

Struct MockBrowser

pkg/cmd/codespace/create_test.go:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715type MockBrowser struct {
716 Err error
717}
718
719func (b *MockBrowser) Browse(url string) error {
720 if b.Err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected