Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluejekyll/wasmtime-java
/ I64
Method
I64
src/main/java/net/bluejekyll/wasmtime/ty/I64.java:6–8 ·
view source on GitHub ↗
(long field)
Source
from the content-addressed store, hash-verified
4
public
final
long field;
5
6
public
I64(long field) {
7
this.field = field;
8
}
9
10
@Override
11
public
Long getField() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected