MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / name

Method name

src/languagecodes.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248QString LanguageCodes::name(const LanguageId &id)
249{
250 auto it = codes_.find(id);
251 return it != codes_.cend() ? QObject::tr(it->second.name) : id;
252}
253
254std::vector<LanguageId> LanguageCodes::allIds()
255{

Callers 15

saveMethod · 0.80
loadMethod · 0.80
handleStateFunction · 0.80
GetTypeNameFunction · 0.80
OnTestCaseStartMethod · 0.80
OnTestStartMethod · 0.80
HasSameFixtureClassMethod · 0.80
operator()Method · 0.80
OnTestCaseStartMethod · 0.80
OnTestSuiteStartMethod · 0.80
OnTestStartMethod · 0.80
OnTestEndMethod · 0.80

Calls

no outgoing calls

Tested by 15

GetTypeNameFunction · 0.64
OnTestCaseStartMethod · 0.64
OnTestStartMethod · 0.64
HasSameFixtureClassMethod · 0.64
operator()Method · 0.64
OnTestCaseStartMethod · 0.64
OnTestSuiteStartMethod · 0.64
OnTestStartMethod · 0.64
OnTestEndMethod · 0.64
OnTestCaseEndMethod · 0.64
OnTestSuiteEndMethod · 0.64
PrintFailedTestsMethod · 0.64