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

Method HasHelp

cpp/src/Localization.cpp:135–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool ValueLocalizationEntry::HasHelp
136(
137 string lang
138)
139
140{
141 if (m_HelpText.find(lang) == m_HelpText.end())
142 return false;
143 else
144 return true;
145}
146
147void ValueLocalizationEntry::AddHelp
148(

Callers 1

SetValueHelpMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected