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

Function bridgeRelease

valdi_core/src/valdi_core/jni/JavaUtils.cpp:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774void bridgeRelease(jlong jNativeReference) {
775 Valdi::unsafeBridgeRelease(reinterpret_cast<void*>(jNativeReference));
776}
777
778Valdi::Ref<Valdi::ValueTypedProxyObject> newJavaProxy(jobject object,
779 const Valdi::Ref<Valdi::ValueTypedObject>& typedObject) {

Callers 1

nativeDestroyMethod · 0.85

Calls 1

unsafeBridgeReleaseFunction · 0.85

Tested by

no test coverage detected