MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getStaticMethod

Method getStaticMethod

valdi_core/src/valdi_core/jni/JavaClass.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105AnyJavaMethod JavaClass::getStaticMethod(const char* name,
106 const Valdi::ValueFunctionSchema& functionSchema,
107 bool treatArrayAsList) const {
108 return doGetMethod(name,
109 true,
110 functionSchema.getReturnValue(),
111 functionSchema.getParameters(),
112 functionSchema.getParametersSize(),
113 treatArrayAsList);
114}
115
116AnyJavaMethod JavaClass::getStaticMethod(const char* name,
117 const Valdi::ValueSchema& returnType,

Callers 3

makeMethod · 0.45
makeMethod · 0.45
doResolveScrollConstantsFunction · 0.45

Calls 2

getParametersMethod · 0.45
getParametersSizeMethod · 0.45

Tested by

no test coverage detected