MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / PingOutput

Method PingOutput

perfops/run.go:225–227  ·  view source on GitHub ↗

PingOutput returns the full ping output under a test ID.

(ctx context.Context, pingID TestID)

Source from the content-addressed store, hash-verified

223
224// PingOutput returns the full ping output under a test ID.
225func (s *RunService) PingOutput(ctx context.Context, pingID TestID) (*RunOutput, error) {
226 return s.doGetRunOutput(ctx, "/run/ping/", pingID)
227}
228
229// Traceroute runs a traceroute test.
230func (s *RunService) Traceroute(ctx context.Context, ping *RunRequest) (TestID, error) {

Callers 2

TestPingOutputFunction · 0.80
TestDoGetRunOutputFunction · 0.80

Calls 1

doGetRunOutputMethod · 0.95

Tested by 2

TestPingOutputFunction · 0.64
TestDoGetRunOutputFunction · 0.64