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

Method getUnitValueClassInstance

valdi_core/src/valdi_core/jni/JavaCache.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114JavaObject JavaCache::getUnitValueClassInstance() {
115 static auto* kUnitValueClassInstance = resolveUnitValueClassInstance();
116 return kUnitValueClassInstance->toObject();
117}
118
119IMPLEMENT_JAVA_CLASS(Class, "java/lang/Class")
120IMPLEMENT_JAVA_METHOD(Class, GetName, "getName", String)

Callers

nothing calls this directly

Calls 2

toObjectMethod · 0.80

Tested by

no test coverage detected