Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
func
(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
32
type
gpgKey
struct
{
33
KeyID string `json:
"key_id"
`
Callers
15
List
Method · 0.45
Search
Method · 0.45
GetByNumber
Method · 0.45
GetWithComments
Method · 0.45
GetCommentReplies
Method · 0.45
ListCategories
Method · 0.45
getRepositoryMeta
Method · 0.45
ListLabels
Method · 0.45
Create
Method · 0.45
Update
Method · 0.45
AddComment
Method · 0.45
UpdateComment
Method · 0.45
Calls
1
Join
Method · 0.80
Tested by
15
TestViewRun
Function · 0.36
compactJSON
Function · 0.36
TestListRun
Function · 0.36
TestCommentRun
Function · 0.36
TestCreateRun
Function · 0.36
TestEditRun
Function · 0.36
TestSSOURL
Function · 0.36
Test_viewRun
Function · 0.36
Test_listRun
Function · 0.36
Test_checkRun
Function · 0.36
Test_deleteAssetRun
Function · 0.36
Test_deleteRun
Function · 0.36