MCPcopy Create free account
hub / github.com/cli/cli / Description

Method Description

pkg/cmd/extension/browse/browse.go:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (e extEntry) Description() string {
82 if e.description == "" {
83 return "no description provided"
84 }
85 return e.description
86}
87
88type extList struct {
89 ui uiRegistry

Callers 4

ResetMethod · 0.80
FindSelectedMethod · 0.80
FilterMethod · 0.80
Test_extEntryFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_extEntryFunction · 0.64