Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LutrisEng/datom-rs
/ Datom
Class
Datom
datom-java/lib/src/main/java/engineering/lutris/datom/Datom.java:7–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
package
engineering.lutris.datom;
6
7
public
class
Datom {
8
private
static
class
JNI {
9
static
{
10
DatomJNI.ensureLoaded();
11
}
12
13
private
static
native String version();
14
}
15
16
public
static
String VERSION = JNI.version();
17
}
Callers
nothing calls this directly
Calls
1
version
Method · 0.95
Tested by
no test coverage detected