MCPcopy Index your code
hub / github.com/cli/cli / Count

Method Count

api/reaction_groups.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (rg ReactionGroup) Count() int {
43 return rg.Users.TotalCount
44}
45
46func (rg ReactionGroup) Emoji() string {
47 return reactionEmoji[rg.Content]

Callers 5

publishRunFunction · 0.80
formatReactionGroupFunction · 0.80
IsSkillPathFunction · 0.80
Test_StringFunction · 0.80

Calls

no outgoing calls