MCPcopy
hub / github.com/muan/emojilib / getKeywordsForEmojipediaEntry

Function getKeywordsForEmojipediaEntry

scripts/augment-en.js:111–113  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

109 }
110
111 function getKeywordsForEmojipediaEntry(entry) {
112 return [entry.appleName, entry.currentCldrName, entry.title, ...(entry.alsoKnownAs ?? [])].map(toNormalizedText)
113 }
114
115 function generateRelationKeywords(fullIdentity, partialIdentity, platforms) {
116 const partialIdentityKeywords = [...fullIdentity.inAny, ...partialIdentity.inAny]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected