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

Interface AssignableActor

api/queries_repo.go:1161–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161type AssignableActor interface {
1162 DisplayName() string
1163 ID() string
1164 Login() string
1165
1166 sealedAssignableActor()
1167}
1168
1169// Always a user
1170type 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