MCPcopy
hub / github.com/segmentio/kafka-go / makeSummary

Function makeSummary

stats.go:142–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func makeSummary() summary {
143 return summary{
144 min: -1,
145 max: -1,
146 }
147}
148
149func (s *summary) observe(v int64) {
150 s.min.observe(v)

Callers 1

NewReaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected