MCPcopy
hub / github.com/cli/cli / browser

Struct browser

cmd/gen-docs/main.go:93–93  ·  view source on GitHub ↗

Implements browser.Browser interface.

Source from the content-addressed store, hash-verified

91
92// Implements browser.Browser interface.
93type browser struct{}
94
95func (b *browser) Browse(_ string) error {
96 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected