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

Method Emoji

api/reaction_groups.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (rg ReactionGroup) Emoji() string {
47 return reactionEmoji[rg.Content]
48}
49
50var reactionEmoji = map[string]string{
51 "THUMBS_UP": "\U0001f44d",

Callers 2

formatReactionGroupFunction · 0.80
Test_StringFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_StringFunction · 0.64