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

Function ViewRun

pkg/cmd/workerpool/dynamic/view/view.go:37–39  ·  view source on GitHub ↗
(opts *shared.ViewOptions)

Source from the content-addressed store, hash-verified

35}
36
37func ViewRun(opts *shared.ViewOptions) error {
38 return shared.ViewRun(opts, contributeDetails)
39}
40
41func contributeDetails(opts *shared.ViewOptions, workerPool workerpools.IWorkerPool) ([]*output.DataRow, error) {
42 workerType := workerPool.(*workerpools.DynamicWorkerPool).WorkerType

Callers 1

NewCmdViewFunction · 0.70

Calls 1

ViewRunFunction · 0.92

Tested by

no test coverage detected