MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewBuildpackName

Function NewBuildpackName

integration/helpers/name_generator.go:123–125  ·  view source on GitHub ↗

NewBuildpackName provides a random name prefixed with INTEGRATION-BUILDPACK

()

Source from the content-addressed store, hash-verified

121
122// NewBuildpackName provides a random name prefixed with INTEGRATION-BUILDPACK
123func NewBuildpackName() string {
124 return PrefixedRandomName("INTEGRATION-BUILDPACK")
125}
126
127// NewStackName provides a random name prefixed with INTEGRATION-STACK
128func NewStackName() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected