MCPcopy 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
140string MetadataNode::GetName() {
141 return m_name;
142}
143
144bool MetadataNode::IsNodeTypeInterface() {
145 uint8_t nodeType = s_metadataReader.GetNodeType(m_treeNode);

Callers 4

MetadataEntry.cppFile · 0.45
CallJavaMethodMethod · 0.45
ConvertArgMethod · 0.45
GetTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected