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

Method GetMetaData

cpp/src/Node.cpp:3997–4006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3995//-----------------------------------------------------------------------------
3996
3997string const Node::GetMetaData
3998(
3999 MetaDataFields field
4000)
4001{
4002 if (this->m_metadata.find(field) != this->m_metadata.end()) {
4003 return this->m_metadata[field];
4004 }
4005 return string();
4006}
4007
4008//-----------------------------------------------------------------------------
4009// <Node::GetChangeLog>

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected