Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ RemoveRouteOptions
Function
RemoveRouteOptions
resources/options_resource.go:18–24 ·
view source on GitHub ↗
(options []string)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
RemoveRouteOptions(options []string)
map
[string]*string {
19
routeOptions :=
map
[string]*string{}
20
for
_, option :=
range
options {
21
routeOptions[option] = nil
22
}
23
return
routeOptions
24
}
Callers
1
Execute
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected