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

Method getStaticMethod

valdi_core/src/valdi_core/jni/JavaClass.hpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template<typename Ret, typename... T>
88 JavaStaticMethod<Ret, T...> getStaticMethod(const char* name) {
89 auto methodID = getStaticMethodID<Ret, T...>(name);
90
91 return JavaStaticMethod<Ret, T...>(getEnv(), methodID);
92 }
93
94 template<typename Ret, typename... T>
95 void getStaticMethod(const char* name, JavaStaticMethod<Ret, T...>& method) {

Callers

nothing calls this directly

Calls 2

setMethodIdMethod · 0.80
getEnvFunction · 0.50

Tested by

no test coverage detected