MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / set_java_vm

Function set_java_vm

rust/src/api_tweaks/mod.rs:32–32  ·  view source on GitHub ↗
(_: *mut JavaVM)

Source from the content-addressed store, hash-verified

30
31#[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))]
32pub fn set_java_vm(_: *mut JavaVM) {}
33
34#[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))]
35pub fn create_java_vm(pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint {

Callers 1

buildMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected