MCPcopy Create free account
hub / github.com/crypto-com/defi-wallet-core-rs / secureStorageSetJavaEnv

Function secureStorageSetJavaEnv

bindings/cpp/src/android.cc:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace defi_wallet_core {
13
14int secureStorageSetJavaEnv(JNIEnv *userenv) {
15 g_env = userenv;
16 return 1;
17}
18
19jclass getSecureStorageClass(JNIEnv *env) {
20 string secureStorageClass = SECURE_STORAGE_CLASS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected