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

Method call

valdi_core/src/valdi_core/jni/JavaMethod.hpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 JavaMethod() = default;
147
148 Ret call(const JavaObject& object, const T&... args) const {
149 return call(object.getUnsafeObject(), args...);
150 }
151
152 Ret call(jobject object, const T&... args) const {
153 const int ksize = sizeof...(args);

Callers

nothing calls this directly

Calls 4

toJavaValueFunction · 0.85
getUnsafeObjectMethod · 0.80
getValueMethod · 0.65
getEnvFunction · 0.50

Tested by

no test coverage detected