| 12 | namespace defi_wallet_core { |
| 13 | |
| 14 | int secureStorageSetJavaEnv(JNIEnv *userenv) { |
| 15 | g_env = userenv; |
| 16 | return 1; |
| 17 | } |
| 18 | |
| 19 | jclass getSecureStorageClass(JNIEnv *env) { |
| 20 | string secureStorageClass = SECURE_STORAGE_CLASS; |
nothing calls this directly
no outgoing calls
no test coverage detected