MCPcopy
hub / github.com/grpc/grpc-go / incrMsgSent

Method incrMsgSent

internal/transport/http2_server.go:1449–1454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1447}
1448
1449func (t *http2Server) incrMsgSent() {
1450 if channelz.IsOn() {
1451 t.channelz.SocketMetrics.MessagesSent.Add(1)
1452 t.channelz.SocketMetrics.LastMessageSentTimestamp.Store(transportinternal.TimeNowFunc())
1453 }
1454}
1455
1456func (t *http2Server) incrMsgRecv() {
1457 if channelz.IsOn() {

Callers 1

writeMethod · 0.95

Calls 2

IsOnFunction · 0.92
AddMethod · 0.65

Tested by

no test coverage detected