Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Stub
Struct
Stub
internal/browser/stub.go:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
browser
2
3
type
Stub
struct
{
4
urls []string
5
}
6
7
func
(b *Stub) Browse(url string) error {
8
b.urls = append(b.urls, url)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected