Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
715
type
MockBrowser
struct
{
716
Err error
717
}
718
719
func
(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