MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / GetVCAPServices

Function GetVCAPServices

src/java/frameworks/framework.go:136–138  ·  view source on GitHub ↗

GetVCAPServices is a convenience wrapper around common.GetVCAPServices

()

Source from the content-addressed store, hash-verified

134
135// GetVCAPServices is a convenience wrapper around common.GetVCAPServices
136func GetVCAPServices() (common.VCAPServices, error) {
137 return common.GetVCAPServices()
138}
139
140// GetApplicationName returns the application name from VCAP_APPLICATION.
141// If includeSpace is true, returns "space_name:application_name" format,

Callers 15

framework_test.goFile · 0.92
DetectMethod · 0.70
SupplyMethod · 0.70
FinalizeMethod · 0.70
hasServiceBindingMethod · 0.70
getCredentialsMethod · 0.70
DetectMethod · 0.70
FinalizeMethod · 0.70
DetectMethod · 0.70
getCredentialsMethod · 0.70
findElasticApmServiceMethod · 0.70
DetectMethod · 0.70

Calls 1

GetVCAPServicesFunction · 0.92

Tested by

no test coverage detected