MCPcopy Create free account
hub / github.com/github/gh-aw / Count

Method Count

pkg/stats/statvar.go:62–62  ·  view source on GitHub ↗

Count returns the number of observations added so far.

()

Source from the content-addressed store, hash-verified

60
61// Count returns the number of observations added so far.
62func (s *StatVar) Count() int { return s.count }
63
64// Min returns the smallest observed value, or 0 if no observations have been added.
65func (s *StatVar) Min() float64 {

Callers 15

parseEventsJSONLMetricsFunction · 0.95
TestSpec_PublicAPI_AddFunction · 0.95
TestStatVar_EmptyFunction · 0.95
TestStatVar_OddCountFunction · 0.95
TestStatVar_EvenCountFunction · 0.95
IsPreciseVersionMethod · 0.45

Calls

no outgoing calls