Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ main
Method
main
examples/simple/src/main/java/coffee/CoffeeApp.java:13–16 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
11
}
12
13
public
static
void
main(String[] args) {
14
CoffeeShop coffeeShop = DaggerCoffeeApp_CoffeeShop.builder().build();
15
coffeeShop.maker().brew();
16
}
17
}
Callers
1
maven_sha1_test.py
File · 0.80
Calls
4
maker
Method · 0.95
brew
Method · 0.80
build
Method · 0.65
builder
Method · 0.45
Tested by
no test coverage detected