| 12 | NativeAsyncInterface::~NativeAsyncInterface() = default; |
| 13 | |
| 14 | NativeAsyncInterface::JavaProxy::JavaProxy(JniType j) : Handle(::djinni::jniGetThreadEnv(), j) { } |
| 15 | |
| 16 | NativeAsyncInterface::JavaProxy::~JavaProxy() = default; |
| 17 |
nothing calls this directly
no test coverage detected