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

Method getMethodId

valdi_core/src/valdi_core/jni/JavaMethod.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131JavaMethodBase::JavaMethodBase() = default;
132
133jmethodID JavaMethodBase::getMethodId() const {
134 return _methodId;
135}
136
137void JavaMethodBase::setMethodId(jmethodID methodId) {
138 _methodId = methodId;

Callers 2

newObjectUntypedMethod · 0.80
makeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected