MCPcopy Index your code
hub / github.com/ev3dev-lang-java/ev3dev-lang-java / getInstance

Method getInstance

src/main/java/ev3dev/actuators/LCD.java:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 //Factory
10 public static GraphicsLCD getInstance() {
11
12 if(EV3DevDistros.getInstance().getDistro().equals(EV3DevDistro.STRETCH)) {
13 return LCDStretch.getInstance();
14 }else {
15 return LCDJessie.getInstance();
16 }
17
18 }
19
20}

Callers

nothing calls this directly

Calls 5

getInstanceMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95
getDistroMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected