Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
static mut JVMTI_ENV: *mut jvmtiEnv = 0 as *mut jvmtiEnv;
18
19
pub 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_tests
Function · 0.50
bytecode_tests
Function · 0.50
Calls
no outgoing calls
Tested by
2
java_tests
Function · 0.40
bytecode_tests
Function · 0.40