(Builder builder)
| 38 | private final boolean tracingEnabled; |
| 39 | |
| 40 | private GrpcCensus(Builder builder) { |
| 41 | this.statsEnabled = builder.statsEnabled; |
| 42 | this.tracingEnabled = builder.tracingEnabled; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Creates a new builder for {@link GrpcCensus}. |
nothing calls this directly
no outgoing calls
no test coverage detected