MCPcopy Create free account
hub / github.com/LutrisEng/datom-rs / JNI

Class JNI

datom-java/lib/src/main/java/engineering/lutris/datom/Fact.java:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7public class Fact implements AutoCloseable {
8 private static class JNI {
9 static {
10 DatomJNI.ensureLoaded();
11 }
12
13 private static native long fromEdn(String edn);
14
15 private static native void destroy(long fact);
16
17 private static native String toEdn(long fact);
18 }
19
20 private long impl = 0;
21

Callers

nothing calls this directly

Calls 1

ensureLoadedMethod · 0.95

Tested by

no test coverage detected