MCPcopy
hub / github.com/cli/cli / View

Method View

pkg/cmd/repo/autolink/view/view.go:25–25  ·  view source on GitHub ↗
(repo ghrepo.Interface, id string)

Source from the content-addressed store, hash-verified

23
24type AutolinkViewClient interface {
25 View(repo ghrepo.Interface, id string) (*shared.Autolink, error)
26}
27
28func NewCmdView(f *cmdutil.Factory, runF func(*viewOptions) error) *cobra.Command {

Callers 3

deleteRunFunction · 0.65
viewRunFunction · 0.65
ViewMethod · 0.65

Implementers 4

stubAutolinkViewerpkg/cmd/repo/autolink/delete/delete_te
AutolinkViewerpkg/cmd/repo/autolink/view/http.go
stubAutolinkViewerpkg/cmd/repo/autolink/view/view_test.g
multiSelectSearchFieldinternal/prompter/multi_select_with_se

Calls

no outgoing calls

Tested by

no test coverage detected