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

Interface AssignableActor

api/queries_repo.go:1164–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162}
1163
1164type AssignableActor interface {
1165 DisplayName() string
1166 ID() string
1167 Login() string
1168
1169 sealedAssignableActor()
1170}
1171
1172// Always a user
1173type AssignableUser struct {

Callers 19

printRawIssuePreviewFunction · 0.65
printHumanIssuePreviewFunction · 0.65
issueAssigneeListFunction · 0.65
mapSkillsToNamesFunction · 0.65
discoverSkillsFunction · 0.65
listAvailableSkillsFunction · 0.65
matchSkillByNameFunction · 0.65
matchLocalSkillByNameFunction · 0.65
ListMethod · 0.65
GetCommentRepliesMethod · 0.65
editDiscussionLabelsMethod · 0.65
CreateMethod · 0.65

Implementers 2

AssignableUserapi/queries_repo.go
AssignableBotapi/queries_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected