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

Function destroyInternedString

valdi_core/src/valdi_core/jni/JavaUtils.cpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void destroyInternedString(jlong ptr) {
478 Valdi::unsafeBridgeRelease(reinterpret_cast<void*>(ptr));
479}
480
481Valdi::StringBox unwrapInternedString(jlong ptr) {
482 if (ptr == 0) {

Callers 1

nativeReleaseMethod · 0.85

Calls 1

unsafeBridgeReleaseFunction · 0.85

Tested by

no test coverage detected