MCPcopy Create free account
hub / github.com/cretz/stackparam / init

Function init

src/native.rs:19–21  ·  view source on GitHub ↗
(jvmti_env: *mut jvmtiEnv)

Source from the content-addressed store, hash-verified

17static mut JVMTI_ENV: *mut jvmtiEnv = 0 as *mut jvmtiEnv;
18
19pub unsafe fn init(jvmti_env: *mut jvmtiEnv) {
20 JVMTI_ENV = jvmti_env;
21}
22
23#[no_mangle]
24#[allow(non_snake_case)]

Callers 2

java_testsFunction · 0.50
bytecode_testsFunction · 0.50

Calls

no outgoing calls

Tested by 2

java_testsFunction · 0.40
bytecode_testsFunction · 0.40