(ctx context.Context, _ *common.Empty)
| 42 | } |
| 43 | |
| 44 | func (s *Service) GetSystemStats(ctx context.Context, _ *common.Empty) (*common.SystemStatsResponse, error) { |
| 45 | return s.SystemStats(ctx), nil |
| 46 | } |
nothing calls this directly
no test coverage detected