Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ value
Method
value
core/src/main/java/io/grpc/internal/LongCounter.java:27–27 ·
view source on GitHub ↗
Returns the value of this counter.
()
Source
from the content-addressed store, hash-verified
25
26
/** Returns the value of this counter. */
27
long value();
28
}
Callers
15
cancel_doNotAcceptOk
Method · 0.65
testInitialValue
Method · 0.65
testIncrement
Method · 0.65
testIncrementDelta
Method · 0.65
testIncrementMulti
Method · 0.65
testDecrement
Method · 0.65
testNegativeValue
Method · 0.65
updateBuilder
Method · 0.65
getStatusCodesFromList
Method · 0.65
statusForCode
Method · 0.65
getStats
Method · 0.65
toStatusRuntimeException
Method · 0.65
Implementers
2
ReflectionLongAdderCounter
core/src/main/java/io/grpc/internal/Re
AtomicLongCounter
core/src/main/java/io/grpc/internal/At
Calls
no outgoing calls
Tested by
15
cancel_doNotAcceptOk
Method · 0.52
testInitialValue
Method · 0.52
testIncrement
Method · 0.52
testIncrementDelta
Method · 0.52
testIncrementMulti
Method · 0.52
testDecrement
Method · 0.52
testNegativeValue
Method · 0.52
toStatusRuntimeException
Method · 0.52
toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata
Method · 0.52
toStatusException
Method · 0.52
toStatusExceptionWithMetadata_shouldIncludeMetadata
Method · 0.52
fromThrowable_runtimeException_shouldReturnDerivedStatusIfTrailersAreNull
Method · 0.52