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

Method getMethod

valdi_core/src/valdi_core/jni/JavaClass.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86AnyJavaMethod JavaClass::getMethod(const char* name,
87 const Valdi::ValueFunctionSchema& functionSchema,
88 bool treatArrayAsList) const {
89 return doGetMethod(name,
90 false,
91 functionSchema.getReturnValue(),
92 functionSchema.getParameters(),
93 functionSchema.getParametersSize(),
94 treatArrayAsList);
95}
96
97AnyJavaMethod JavaClass::getMethod(const char* name,
98 const Valdi::ValueSchema& returnType,

Callers 11

ViewManagerMethod · 0.45
ResourceLoaderMethod · 0.45
RuntimeListenerMethod · 0.45
MainThreadDispatcherMethod · 0.45
AndroidKeychainMethod · 0.45
LoggerMethod · 0.45
doResolveScrollConstantsFunction · 0.45
getTraceMethodMethod · 0.45
AndroidFrameSchedulerMethod · 0.45

Calls 2

getParametersMethod · 0.45
getParametersSizeMethod · 0.45

Tested by

no test coverage detected