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

Method GetDeclaringType

test-app/runtime/src/main/cpp/MetadataMethodInfo.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string MethodInfo::GetDeclaringType() {
58 auto m_reader = MetadataNode::getMetadataReader();
59
60 return m_reader->ReadTypeName(declaringNodeId);
61}
62
63int MethodInfo::GetSizeOfReadMethodInfo() {
64

Callers 1

MetadataEntry.cppFile · 0.80

Calls 1

ReadTypeNameMethod · 0.45

Tested by

no test coverage detected