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

Method setMethodId

valdi_core/src/valdi_core/jni/JavaMethod.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void JavaMethodBase::setMethodId(jmethodID methodId) {
138 _methodId = methodId;
139}
140
141// NOLINTNEXTLINE(readability-convert-member-functions-to-static)
142JavaEnv JavaMethodBase::getEnv() const {

Callers 3

getStaticMethodMethod · 0.80
getMethodMethod · 0.80
makeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected