Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PasarGuard/node
/ GetMemTotal
Method
GetMemTotal
common/service.pb.go:962–967 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
960
}
961
962
func
(x *SystemStatsResponse) GetMemTotal() uint64 {
963
if
x != nil {
964
return
x.MemTotal
965
}
966
return
0
967
}
968
969
func
(x *SystemStatsResponse) GetMemUsed() uint64 {
970
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