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

Method GetSystemStats

controller/rpc/stats.go:44–46  ·  view source on GitHub ↗
(ctx context.Context, _ *common.Empty)

Source from the content-addressed store, hash-verified

42}
43
44func (s *Service) GetSystemStats(ctx context.Context, _ *common.Empty) (*common.SystemStatsResponse, error) {
45 return s.SystemStats(ctx), nil
46}

Callers

nothing calls this directly

Implementers 1

Controllercontroller/controller.go

Calls 1

SystemStatsMethod · 0.80

Tested by

no test coverage detected