Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Method · 0.80
Calls
4
on
Method · 0.65
get
Method · 0.65
pump
Method · 0.65
off
Method · 0.65
Tested by
no test coverage detected