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

Method GetCurrent

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

Source from the content-addressed store, hash-verified

131var xxx_messageInfo_SystemStat proto.InternalMessageInfo
132
133func (m *SystemStat) GetCurrent() float64 {
134 if m != nil && m.Current != nil {
135 return *m.Current
136 }
137 return 0
138}
139
140func (m *SystemStat) GetAverage1M() float64 {
141 if m != nil && m.Average1M != nil {

Callers 1

StatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected