MCPcopy Create free account
hub / github.com/cloudfoundry/cli / isTCP

Function isTCP

cf/commands/application/push.go:385–387  ·  view source on GitHub ↗
(domain models.DomainFields)

Source from the content-addressed store, hash-verified

383const TCP = "tcp"
384
385func isTCP(domain models.DomainFields) bool {
386 return domain.RouterGroupType == TCP
387}
388
389func (cmd *Push) processDomainsAndBindRoutes(
390 appParams models.AppParams,

Callers 1

updateRoutesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected