Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
fn java_vm() -> &'static JavaVM {
59
JAVA_VM
60
.get()
61
.expect(
"JavaVM should have been initialized by calling the `libInit` first!"
)
62
}
63
64
fn call_state() -> &'static CallState {
65
CALL_STATE
Callers
1
log
Method · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected