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

Method getIsResolved

test-app/runtime/src/main/cpp/MetadataEntry.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool MetadataEntry::getIsResolved() {
125 if (isResolvedSet) return isResolved;
126
127 auto reader = MetadataNode::getMetadataReader();
128 if (type == NodeType::Method) {
129 isResolved = mi.CheckIsResolved() == 1;
130 }
131
132 isResolvedSet = true;
133
134 return isResolved;
135}

Callers 2

CallJavaMethodMethod · 0.80
JsArgConverterMethod · 0.80

Calls 1

CheckIsResolvedMethod · 0.80

Tested by

no test coverage detected