Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
142
func
makeSummary() summary {
143
return
summary{
144
min: -1,
145
max: -1,
146
}
147
}
148
149
func
(s *summary) observe(v int64) {
150
s.min.observe(v)
Callers
1
NewReader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected