MCPcopy Create free account
hub / github.com/Gezine/BD-UN-JB / KernelAPI

Method KernelAPI

src/org/bdj/api/KernelAPI.java:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 private int victimWpipeFd;
55
56 private KernelAPI() {
57 this.init();
58 }
59
60 public static synchronized KernelAPI getInstance() {
61 if (instance == null) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected