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

Method IsValid

test-app/runtime/src/main/cpp/JsArgConverter.cpp:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676bool JsArgConverter::IsValid() const {
677 return m_isValid;
678}
679
680jvalue *JsArgConverter::ToArgs() {
681 return m_args;

Callers 3

CallJavaMethodMethod · 0.45
ResolveConstructorMethod · 0.45
SetArrayElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected