Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
func
(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
Controller
controller/controller.go
Calls
2
SendProtoResponse
Function · 0.92
SystemStats
Method · 0.80
Tested by
no test coverage detected