Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
969
func
(x *SystemStatsResponse) GetMemUsed() uint64 {
970
if
x != nil {
971
return
x.MemUsed
972
}
973
return
0
974
}
975
976
func
(x *SystemStatsResponse) GetCpuCores() uint64 {
977
if
x != nil {
Callers
2
SystemStats
Method · 0.80
TestGRPC_GetSystemStats
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestGRPC_GetSystemStats
Function · 0.64