* Class: snapchat_valdi_nativebridge_ValdiNativeBridge * Method: deleteRuntime * Signature: (J)V */
| 359 | * Signature: (J)V |
| 360 | */ |
| 361 | void 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 | |
| 368 | void ValdiAndroid::NativeBridge::loadModule( // NOLINT |
| 369 | fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT |
nothing calls this directly
no test coverage detected