MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / HasLabel

Method HasLabel

cpp/src/Localization.cpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91bool LabelLocalizationEntry::HasLabel
92(
93 string lang
94)
95{
96 if (m_Label.find(lang) == m_Label.end())
97 return false;
98 else
99 return true;
100
101}
102
103ValueLocalizationEntry::ValueLocalizationEntry
104(

Callers 6

ReadGlobalXMLLabelMethod · 0.80
ReadCCXMLLabelMethod · 0.80
ReadXMLVIDLabelMethod · 0.80
ReadXMLVIDHelpMethod · 0.80
SetValueLabelMethod · 0.80
SetGlobalLabelMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected