MCPcopy Create free account
hub / github.com/Sovereign-Engineering/obscuravpn-client / ClassCache

Class ClassCache

rustlib/src/android/class_cache.rs:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Debug)]
8pub struct ClassCache {
9 ffi_handle: GlobalRef,
10 error_code_exception: GlobalRef,
11 vpn_service: GlobalRef,
12}
13
14impl ClassCache {
15 /// Looking up app-specific Java classes from native threads isn't possible, so we cache all the app-specific classes we need.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected