()
| 199 | } |
| 200 | |
| 201 | func (x *NodeHeartbeatMessage) GetCpuUsage() uint64 { |
| 202 | if x != nil { |
| 203 | return x.CpuUsage |
| 204 | } |
| 205 | return 0 |
| 206 | } |
| 207 | |
| 208 | func (x *NodeHeartbeatMessage) GetMemoryUsage() uint64 { |
| 209 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected