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

Method deleteRuntime

valdi/src/valdi/android/NativeBridge.cpp:361–366  ·  view source on GitHub ↗

* Class: snapchat_valdi_nativebridge_ValdiNativeBridge * Method: deleteRuntime * Signature: (J)V */

Source from the content-addressed store, hash-verified

359 * Signature: (J)V
360 */
361void ValdiAndroid::NativeBridge::deleteRuntime( // NOLINT
362 fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT
363 jlong handle) {
364 auto* runtimeWrapper = getRuntimeWrapper(handle);
365 delete runtimeWrapper;
366}
367
368void ValdiAndroid::NativeBridge::loadModule( // NOLINT
369 fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT

Callers

nothing calls this directly

Calls 1

getRuntimeWrapperFunction · 0.85

Tested by

no test coverage detected