Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ IsUserProvided
Method
IsUserProvided
cf/models/service_instance.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(inst ServiceInstance) IsUserProvided() bool {
47
return
inst.Type ==
"user_provided_service_instance"
48
}
Callers
8
UnbindRoute
Method · 0.80
Execute
Method · 0.80
populatePluginModel
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
RenameService
Method · 0.80
service_instance_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected