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

Method recorder

orca/call_metrics.go:76–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (rw *recorderWrapper) recorder() CallMetricsRecorder {
77 rw.once.Do(func() {
78 rw.r = newServerMetricsRecorder()
79 })
80 return rw.r
81}
82
83// setTrailerMetadata adds a trailer metadata entry with key being set to
84// `internal.TrailerMetadataKey` and value being set to the binary-encoded

Callers 1

Calls 2

newServerMetricsRecorderFunction · 0.85
DoMethod · 0.65

Tested by

no test coverage detected