MCPcopy Index your code
hub / github.com/PasarGuard/node / GetIncomingBandwidthSpeed

Method GetIncomingBandwidthSpeed

common/service.pb.go:990–995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

988}
989
990func (x *SystemStatsResponse) GetIncomingBandwidthSpeed() uint64 {
991 if x != nil {
992 return x.IncomingBandwidthSpeed
993 }
994 return 0
995}
996
997func (x *SystemStatsResponse) GetOutgoingBandwidthSpeed() uint64 {
998 if x != nil {

Callers 2

SystemStatsMethod · 0.80
TestGRPC_GetSystemStatsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGRPC_GetSystemStatsFunction · 0.64