MCPcopy Index your code
hub / github.com/grpc/grpc-java / add

Method add

core/src/main/java/io/grpc/internal/LongCounter.java:24–24  ·  view source on GitHub ↗

Adds the delta to this counter.

(long delta)

Source from the content-addressed store, hash-verified

22public interface LongCounter {
23 /** Adds the delta to this counter. */
24 void add(long delta);
25
26 /** Returns the value of this counter. */
27 long value();

Callers 15

addLongCounterMethod · 0.95
sendMethod · 0.65
onNextMethod · 0.65
onErrorMethod · 0.65
onCompletedMethod · 0.65
channelReadMethod · 0.65
checkDepsMethod · 0.65
getParentsMethod · 0.65
CheckForUpdatesTaskMethod · 0.65
executeMethod · 0.65

Implementers 2

ReflectionLongAdderCountercore/src/main/java/io/grpc/internal/Re
AtomicLongCountercore/src/main/java/io/grpc/internal/At

Calls

no outgoing calls

Tested by 15

CheckForUpdatesTaskMethod · 0.52
executeMethod · 0.52
newLoadBalancerMethod · 0.52
createSubchannelMethod · 0.52
createMethod · 0.52
publishMethod · 0.52
streamCreatedMethod · 0.52
transportCreatedMethod · 0.52
scheduleMethod · 0.52
checkDueTasksMethod · 0.52
getPendingTasksMethod · 0.52