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

Method GetMemUsed

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

Source from the content-addressed store, hash-verified

967}
968
969func (x *SystemStatsResponse) GetMemUsed() uint64 {
970 if x != nil {
971 return x.MemUsed
972 }
973 return 0
974}
975
976func (x *SystemStatsResponse) GetCpuCores() uint64 {
977 if x != nil {

Callers 2

SystemStatsMethod · 0.80
TestGRPC_GetSystemStatsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGRPC_GetSystemStatsFunction · 0.64