MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / getLocalizedString

Method getLocalizedString

src/wzjsonlocalizedstring.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49const char* WzJsonLocalizedString::getLocalizedString() const
50{
51 return getLocalizedString(PACKAGE); // default WZ text domain
52}
53
54const char* WzJsonLocalizedString::getLocalizedString(const char *domainname) const
55{

Callers 9

initializeMethod · 0.80
buildTweakOptionSettingsFunction · 0.80
makeMethod · 0.80
initializeMethod · 0.80
makeSortedNestedTopicsFunction · 0.80

Calls 5

getLanguageFunction · 0.85
stringFunction · 0.85
emptyMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected