MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / ViewRun

Function ViewRun

pkg/cmd/workerpool/static/view/view.go:41–43  ·  view source on GitHub ↗
(opts *shared.ViewOptions)

Source from the content-addressed store, hash-verified

39}
40
41func ViewRun(opts *shared.ViewOptions) error {
42 return shared.ViewRun(opts, contributeDetails)
43}
44
45func contributeDetails(opts *shared.ViewOptions, workerPool workerpools.IWorkerPool) ([]*output.DataRow, error) {
46 workers, err := opts.Client.WorkerPools.GetWorkers(workerPool)

Callers 1

NewCmdViewFunction · 0.70

Calls 1

ViewRunFunction · 0.92

Tested by

no test coverage detected