MCPcopy Create free account
hub / github.com/boost-ext/di / main

Method main

benchmark/bind_error/dagger2.java:30–33  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

28
29public class dagger2 {
30 public static void main(String[] args) {
31 I object = Dagger_AppComponent.create().build();
32 object.dummy();
33 }
34}
35
36/**

Callers

nothing calls this directly

Calls 3

dummyMethod · 0.95
buildMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected