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

Method incrMsgRecv

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

Source from the content-addressed store, hash-verified

1454}
1455
1456func (t *http2Server) incrMsgRecv() {
1457 if channelz.IsOn() {
1458 t.channelz.SocketMetrics.MessagesReceived.Add(1)
1459 t.channelz.SocketMetrics.LastMessageReceivedTimestamp.Store(transportinternal.TimeNowFunc())
1460 }
1461}
1462
1463func (t *http2Server) getOutFlowWindow() int64 {
1464 resp := make(chan uint32, 1)

Callers

nothing calls this directly

Calls 2

IsOnFunction · 0.92
AddMethod · 0.65

Tested by

no test coverage detected