Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ release
Method
release
valdi/src/java/com/snap/valdi/utils/ValdiImage.kt:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
override fun release() {
80
val newValue = retainCount.decrementAndGet()
81
if (newValue == 0) {
82
destroy()
83
}
84
}
85
86
companion object {
87
Callers
7
handleError
Method · 0.45
snapshot
Method · 0.45
storeInCache
Method · 0.45
onDestroyBitmap
Method · 0.45
postprocess
Method · 0.45
onImageLoadComplete
Method · 0.45
getBitmap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected