MCPcopy Index your code
hub / github.com/google/dagger / brew

Method brew

examples/simple/src/main/java/coffee/CoffeeMaker.java:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public void brew() {
16 heater.get().on();
17 pump.pump();
18 System.out.println(" [_]P coffee! [_]P ");
19 heater.get().off();
20 }
21}

Callers 1

mainMethod · 0.80

Calls 4

onMethod · 0.65
getMethod · 0.65
pumpMethod · 0.65
offMethod · 0.65

Tested by

no test coverage detected