Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ GetLabel
Method
GetLabel
cpp/src/Localization.cpp:77–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
}
77
string LabelLocalizationEntry::GetLabel
78
(
79
string lang
80
)
81
{
82
if (lang.empty() || (m_Label.find(lang) == m_Label.end()))
83
return m_defaultLabel;
84
else
85
return m_Label[lang];
86
87
}
88
89
90
Callers
14
SetupCommandClass
Method · 0.45
GetValueLabel
Method · 0.45
GetGlobalLabel
Method · 0.45
GetValueLabel
Method · 0.45
GetValueListSelection
Method · 0.45
GetSceneLabel
Method · 0.45
GetGroupLabel
Method · 0.45
AutoAssociate
Method · 0.45
GetEndPointDeviceClassLabel
Method · 0.45
SetDeviceClasses
Method · 0.45
SetPlusDeviceClasses
Method · 0.45
GetDeviceTypeString
Method · 0.45
Calls
3
find
Method · 0.80
empty
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected