Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
JavaValue::~JavaValue() {
33
releaseRef();
34
}
35
36
JavaValue& JavaValue::operator=(const JavaValue& other) {
37
if (this != &other) {
Callers
nothing calls this directly
Calls
1
releaseRef
Function · 0.85
Tested by
no test coverage detected