| 722 | } |
| 723 | |
| 724 | Valdi::SharedValdiObject toValdiContextUserData(const ValdiContext& context) { |
| 725 | return valdiObjectFromJavaObject(context, "ValdiContext"); |
| 726 | } |
| 727 | |
| 728 | Valdi::Marshaller* unwrapMarshaller(JNIEnv* env, jlong ptr) { |
| 729 | auto* marshaller = reinterpret_cast<Valdi::Marshaller*>(ptr); |
no test coverage detected