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

Method getEnv

valdi_core/src/valdi_core/jni/JavaObject.cpp:40–42  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-convert-member-functions-to-static)

Source from the content-addressed store, hash-verified

38
39// NOLINTNEXTLINE(readability-convert-member-functions-to-static)
40JavaEnv JavaObject::getEnv() const {
41 return JavaEnv();
42}
43
44const JavaValue& JavaObject::getValue() const {
45 return _value;

Callers

nothing calls this directly

Calls 1

JavaEnvClass · 0.70

Tested by

no test coverage detected