MCPcopy 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

handleErrorMethod · 0.45
snapshotMethod · 0.45
storeInCacheMethod · 0.45
onDestroyBitmapMethod · 0.45
postprocessMethod · 0.45
onImageLoadCompleteMethod · 0.45
getBitmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected