Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
383
const
TCP =
"tcp"
384
385
func
isTCP(domain models.DomainFields) bool {
386
return
domain.RouterGroupType == TCP
387
}
388
389
func
(cmd *Push) processDomainsAndBindRoutes(
390
appParams models.AppParams,
Callers
1
updateRoutes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected