MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ~JavaValue

Method ~JavaValue

valdi_core/src/valdi_core/jni/JavaValue.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32JavaValue::~JavaValue() {
33 releaseRef();
34}
35
36JavaValue& JavaValue::operator=(const JavaValue& other) {
37 if (this != &other) {

Callers

nothing calls this directly

Calls 1

releaseRefFunction · 0.85

Tested by

no test coverage detected