MCPcopy Index your code
hub / github.com/careercup/ctci / getInstance

Method getInstance

java/Chapter 8/Question8_8/Automator.java:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public static Automator getInstance() {
24 if (instance == null) {
25 instance = new Automator();
26 }
27 return instance;
28 }
29
30 public void initialize(Player[] ps) {
31 players = ps;

Callers 2

mainMethod · 0.95
GameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected