Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
JavaClass::~JavaClass() = default;
226
227
jclass JavaClass::getClass() const {
228
return _class.get();
229
}
230
231
// NOLINTNEXTLINE(readability-convert-member-functions-to-static)
232
JavaEnv JavaClass::getEnv() const {
Callers
15
newJavaObjectArray
Function · 0.45
toValue
Function · 0.45
javaResultFromPlatformResult
Function · 0.45
getJavaTypeSignatureFromValueSchema
Function · 0.45
operator()
Method · 0.45
resolveUndefinedValueClassInstance
Function · 0.45
resolveUnitValueClassInstance
Function · 0.45
instanceOf
Method · 0.45
make
Method · 0.45
throwJavaValdiException
Function · 0.45
operator()
Method · 0.45
TEST_P
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
3
TEST_P
Method · 0.36
TEST
Function · 0.36
TestProtocolHelper
Method · 0.36