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

Method doGetRunOutput

perfops/run.go:463–469  ·  view source on GitHub ↗
(ctx context.Context, path string, testID TestID)

Source from the content-addressed store, hash-verified

461}
462
463func (s *RunService) doGetRunOutput(ctx context.Context, path string, testID TestID) (*RunOutput, error) {
464 u := s.client.BasePath + path + string(testID)
465 req, _ := http.NewRequest("GET", u, nil)
466 var v *RunOutput
467 err := s.client.do(req, &v)
468 return v, err
469}

Callers 4

LatencyOutputMethod · 0.95
MTROutputMethod · 0.95
PingOutputMethod · 0.95
TracerouteOutputMethod · 0.95

Calls 1

doMethod · 0.80

Tested by

no test coverage detected