MCPcopy Create free account
hub / github.com/PasarGuard/node / GetOutboundsLatency

Method GetOutboundsLatency

controller/rpc/stats.go:40–42  ·  view source on GitHub ↗
(ctx context.Context, request *common.LatencyRequest)

Source from the content-addressed store, hash-verified

38}
39
40func (s *Service) GetOutboundsLatency(ctx context.Context, request *common.LatencyRequest) (*common.LatencyResponse, error) {
41 return s.OutboundsLatency(ctx, request)
42}
43
44func (s *Service) GetSystemStats(ctx context.Context, _ *common.Empty) (*common.SystemStatsResponse, error) {
45 return s.SystemStats(ctx), nil

Callers

nothing calls this directly

Implementers 1

Controllercontroller/controller.go

Calls 1

OutboundsLatencyMethod · 0.80

Tested by

no test coverage detected