Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
std::string MethodInfo::GetDeclaringType() {
58
auto m_reader = MetadataNode::getMetadataReader();
59
60
return m_reader->ReadTypeName(declaringNodeId);
61
}
62
63
int MethodInfo::GetSizeOfReadMethodInfo() {
64
Callers
1
MetadataEntry.cpp
File · 0.80
Calls
1
ReadTypeName
Method · 0.45
Tested by
no test coverage detected