MCPcopy
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

1package browser
2
3type Stub struct {
4 urls []string
5}
6
7func (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