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

Method getMethod

valdi_core/src/valdi_core/jni/JavaClass.hpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 template<typename Ret, typename... T>
81 JavaMethod<Ret, T...> getMethod(const char* name) {
82 auto methodID = getMethodID<Ret, T...>(name);
83
84 return JavaMethod<Ret, T...>(getEnv(), methodID);
85 }
86
87 template<typename Ret, typename... T>
88 JavaStaticMethod<Ret, T...> getStaticMethod(const char* name) {

Callers

nothing calls this directly

Calls 2

setMethodIdMethod · 0.80
getEnvFunction · 0.50

Tested by

no test coverage detected