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

Method AddLabel

cpp/src/Localization.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58void LabelLocalizationEntry::AddLabel
59(
60 string label,
61 string lang
62)
63{
64 if (lang.empty())
65 m_defaultLabel = label;
66 else
67 m_Label[lang] = label;
68}
69uint64 LabelLocalizationEntry::GetIdx
70(
71)

Callers 5

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

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected