MCPcopy Create free account
hub / github.com/eth-easl/dirigent / GetContainerConcurrency

Method GetContainerConcurrency

api/proto/common.pb.go:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (x *AutoscalingConfiguration) GetContainerConcurrency() int32 {
218 if x != nil {
219 return x.ContainerConcurrency
220 }
221 return 0
222}
223
224func (x *AutoscalingConfiguration) GetContainerConcurrencyTargetPercentage() int32 {
225 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected