MCPcopy
hub / github.com/cli/cli / String

Method String

pkg/cmd/gpg-key/list/http.go:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (es emails) String() string {
25 s := []string{}
26 for _, e := range es {
27 s = append(s, e.Email)
28 }
29 return strings.Join(s, ", ")
30}
31
32type gpgKey struct {
33 KeyID string `json:"key_id"`

Callers 15

ListMethod · 0.45
SearchMethod · 0.45
GetByNumberMethod · 0.45
GetWithCommentsMethod · 0.45
GetCommentRepliesMethod · 0.45
ListCategoriesMethod · 0.45
getRepositoryMetaMethod · 0.45
ListLabelsMethod · 0.45
CreateMethod · 0.45
UpdateMethod · 0.45
AddCommentMethod · 0.45
UpdateCommentMethod · 0.45

Calls 1

JoinMethod · 0.80

Tested by 15

TestViewRunFunction · 0.36
compactJSONFunction · 0.36
TestListRunFunction · 0.36
TestCommentRunFunction · 0.36
TestCreateRunFunction · 0.36
TestEditRunFunction · 0.36
TestSSOURLFunction · 0.36
Test_viewRunFunction · 0.36
Test_listRunFunction · 0.36
Test_checkRunFunction · 0.36
Test_deleteAssetRunFunction · 0.36
Test_deleteRunFunction · 0.36