(entry)
| 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] |
no outgoing calls
no test coverage detected