MCPcopy Create free account
hub / github.com/NativeScript/android / GetValueData

Method GetValueData

test-app/runtime/src/main/cpp/MetadataReader.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected