MCPcopy Create free account
hub / github.com/golang/appengine / GetAverage1M

Method GetAverage1M

internal/system/system_service.pb.go:140–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func (m *SystemStat) GetAverage1M() float64 {
141 if m != nil && m.Average1M != nil {
142 return *m.Average1M
143 }
144 return 0
145}
146
147func (m *SystemStat) GetAverage10M() float64 {
148 if m != nil && m.Average10M != nil {

Callers 1

StatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected