MCPcopy
hub / github.com/cloudfoundry/cli / NewGenerator

Function NewGenerator

cf/manifest/generate_manifest.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func NewGenerator() App {
61 return &appManifest{}
62}
63
64func (m *appManifest) Stack(appName string, stackName string) {
65 i := m.findOrCreateApplication(appName)

Callers 2

NewDependencyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected