func(ctx context.Context, pingID perfops.TestID) (*perfops.RunOutput, error)
| 55 | |
| 56 | runFunc func(ctx context.Context, req *perfops.RunRequest) (perfops.TestID, error) |
| 57 | runOutputFunc func(ctx context.Context, pingID perfops.TestID) (*perfops.RunOutput, error) |
| 58 | ) |
| 59 | |
| 60 | // RunTest runs an MTR or ping test retrieves its output and presents it to the user. |
nothing calls this directly
no outgoing calls
no test coverage detected