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

Method GetSystemStats

controller/rest/stats.go:95–97  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

93}
94
95func (s *Service) GetSystemStats(w http.ResponseWriter, r *http.Request) {
96 common.SendProtoResponse(w, s.SystemStats(r.Context()))
97}

Callers

nothing calls this directly

Implementers 1

Controllercontroller/controller.go

Calls 2

SendProtoResponseFunction · 0.92
SystemStatsMethod · 0.80

Tested by

no test coverage detected