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

Method getUndefinedValueClassInstance

valdi_core/src/valdi_core/jni/JavaCache.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100JavaObject JavaCache::getUndefinedValueClassInstance() {
101 static auto* kUndefinedValueClassInstance = resolveUndefinedValueClassInstance();
102 return kUndefinedValueClassInstance->toObject();
103}
104
105static GlobalRefJavaObject* resolveUnitValueClassInstance() {
106 auto& clazz = JavaCache::get().getUndefinedValueClass();

Callers

nothing calls this directly

Calls 2

toObjectMethod · 0.80

Tested by

no test coverage detected