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

Method UnbindAll

cf/actors/routes.go:24–24  ·  view source on GitHub ↗
(app models.Application)

Source from the content-addressed store, hash-verified

22 FindOrCreateRoute(hostname string, domain models.DomainFields, path string, port int, useRandomPort bool) (models.Route, error)
23 BindRoute(app models.Application, route models.Route) error
24 UnbindAll(app models.Application) error
25 FindDomain(routeName string) (string, models.DomainFields, error)
26 FindPath(routeName string) (string, string)
27 FindPort(routeName string) (string, int, error)

Callers 2

updateRoutesMethod · 0.65
routes_test.goFile · 0.65

Implementers 2

routeActorcf/actors/routes.go
FakeRouteActorcf/actors/actorsfakes/fake_route_actor

Calls

no outgoing calls

Tested by

no test coverage detected