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

Method GetHelp

cpp/src/Localization.cpp:123–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 return key;
122}
123string ValueLocalizationEntry::GetHelp
124(
125 string lang
126)
127
128{
129 if (lang.empty() || (m_HelpText.find(lang) == m_HelpText.end()))
130 return m_DefaultHelpText;
131 else
132 return m_HelpText[lang];
133}
134
135bool ValueLocalizationEntry::HasHelp
136(

Callers 3

GetValueHelpMethod · 0.45
WriteXMLVIDHelpMethod · 0.45
GetValueHelpMethod · 0.45

Calls 3

findMethod · 0.80
emptyMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected