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

Struct MockBrowser

pkg/cmd/codespace/create_test.go:720–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720type MockBrowser struct {
721 Err error
722}
723
724func (b *MockBrowser) Browse(url string) error {
725 if b.Err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected