Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ EnableServiceAccess
Function
EnableServiceAccess
integration/helpers/servicebrokerstub/api.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
EnableServiceAccess() *ServiceBrokerStub {
41
return
New().EnableServiceAccess()
42
}
43
44
func
(s *ServiceBrokerStub) Create() *ServiceBrokerStub {
45
ensureAppIsDeployed()
Callers
15
purge_service_instance_command_test.go
File · 0.92
create_service_key_command_test.go
File · 0.92
delete_service_broker_command_test.go
File · 0.92
delete_service_command_test.go
File · 0.92
rename_service_command_test.go
File · 0.92
bind_service_command_test.go
File · 0.92
cleanup_outdated_service_bindings_command_test.go
File · 0.92
service_key_command_test.go
File · 0.92
purge_service_offering_command_test.go
File · 0.92
unbind_service_command_test.go
File · 0.92
service_keys_command_test.go
File · 0.92
space_command_test.go
File · 0.92
Calls
2
New
Function · 0.70
EnableServiceAccess
Method · 0.65
Tested by
no test coverage detected