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

Method GetNodeById

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

Source from the content-addressed store, hash-verified

94}
95
96MetadataTreeNode *MetadataReader::GetNodeById(uint16_t nodeId) {
97 return m_v[nodeId];
98}
99
100
101string MetadataReader::ReadTypeName(MetadataTreeNode *treeNode) {

Callers 1

GetSignatureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected