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

Method getClass

valdi_core/src/valdi_core/jni/JavaClass.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225JavaClass::~JavaClass() = default;
226
227jclass JavaClass::getClass() const {
228 return _class.get();
229}
230
231// NOLINTNEXTLINE(readability-convert-member-functions-to-static)
232JavaEnv JavaClass::getEnv() const {

Callers 15

newJavaObjectArrayFunction · 0.45
toValueFunction · 0.45
operator()Method · 0.45
instanceOfMethod · 0.45
makeMethod · 0.45
throwJavaValdiExceptionFunction · 0.45
operator()Method · 0.45
TEST_PMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 3

TEST_PMethod · 0.36
TESTFunction · 0.36
TestProtocolHelperMethod · 0.36