Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/appengine
/ GetRate1M
Method
GetRate1M
internal/system/system_service.pb.go:161–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
159
}
160
161
func
(m *SystemStat) GetRate1M() float64 {
162
if
m != nil && m.Rate1M != nil {
163
return
*m.Rate1M
164
}
165
return
0
166
}
167
168
func
(m *SystemStat) GetRate10M() float64 {
169
if
m != nil && m.Rate10M != nil {
Callers
1
Stats
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected