Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
string_view GetTranslation(TranslationRef ref)
65
{
66
return { &translationValues[ref >> TranslationRefSizeBits], ref & TranslationRefSizeMask };
67
}
68
69
} // namespace
70
Callers
3
LanguageParticularTranslate
Function · 0.85
LanguagePluralTranslate
Function · 0.85
LanguageTranslate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected