MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / GetTranslation

Function GetTranslation

Source/utils/language.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64string_view GetTranslation(TranslationRef ref)
65{
66 return { &translationValues[ref >> TranslationRefSizeBits], ref & TranslationRefSizeMask };
67}
68
69} // namespace
70

Callers 3

LanguagePluralTranslateFunction · 0.85
LanguageTranslateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected