MCPcopy Create free account
hub / github.com/GreptimeTeam/rust-java-demo / java_vm

Function java_vm

core/src/main/rust/demo/src/lib.rs:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58fn java_vm() -> &'static JavaVM {
59 JAVA_VM
60 .get()
61 .expect("JavaVM should have been initialized by calling the `libInit` first!")
62}
63
64fn call_state() -> &'static CallState {
65 CALL_STATE

Callers 1

logMethod · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected