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

Function getWorkerPoolTypeDescription

pkg/cmd/workerpool/shared/view.go:77–83  ·  view source on GitHub ↗
(poolType workerpools.WorkerPoolType)

Source from the content-addressed store, hash-verified

75}
76
77func getWorkerPoolTypeDescription(poolType workerpools.WorkerPoolType) string {
78 if poolType == workerpools.WorkerPoolTypeDynamic {
79 return "Dynamic"
80 }
81
82 return "Static"
83}

Callers 1

ViewRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected