MCPcopy Create free account
hub / github.com/e2wugui/zeze / getInstance

Method getInstance

ZezeJava/ZezeJavaTest/src/Infinite/Simulate.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 private static Simulate instance;
30
31 public static Simulate getInstance() {
32 return instance;
33 }
34
35 private final ArrayList<App> Apps = new ArrayList<>();
36 private long BatchNumber;

Callers 6

RunMethod · 0.95
prepareMethod · 0.95
verifyMethod · 0.95
RunMethod · 0.95
verifyMethod · 0.95
RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected