Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ GetName
Method
GetName
test-app/runtime/src/main/cpp/MetadataNode.cpp:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
string MetadataNode::GetName() {
141
return m_name;
142
}
143
144
bool MetadataNode::IsNodeTypeInterface() {
145
uint8_t nodeType = s_metadataReader.GetNodeType(m_treeNode);
Callers
4
MetadataEntry.cpp
File · 0.45
CallJavaMethod
Method · 0.45
ConvertArg
Method · 0.45
GetType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected