| 156 | } |
| 157 | |
| 158 | uint8_t *MetadataReader::GetValueData() const { |
| 159 | return m_valueData; |
| 160 | } |
| 161 | |
| 162 | uint16_t MetadataReader::GetNodeId(MetadataTreeNode *treeNode) { |
| 163 | auto itFound = find(m_v.begin(), m_v.end(), treeNode); |
no outgoing calls
no test coverage detected