Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
MetadataTreeNode *MetadataReader::GetNodeById(uint16_t nodeId) {
97
return m_v[nodeId];
98
}
99
100
101
string MetadataReader::ReadTypeName(MetadataTreeNode *treeNode) {
Callers
1
GetSignature
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected