Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ incrCallsSucceeded
Method
incrCallsSucceeded
clientconn.go:971–973 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
969
}
970
971
func
(cc *ClientConn) incrCallsSucceeded() {
972
cc.channelz.ChannelMetrics.CallsSucceeded.Add(1)
973
}
974
975
func
(cc *ClientConn) incrCallsFailed() {
976
cc.channelz.ChannelMetrics.CallsFailed.Add(1)
Callers
nothing calls this directly
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected