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

Method NewLoginRequirement

cf/requirements/factory.go:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (f apiRequirementFactory) NewLoginRequirement() Requirement {
63 return NewLoginRequirement(
64 f.config,
65 )
66}
67
68func (f apiRequirementFactory) NewSpaceRequirement(name string) SpaceRequirement {
69 return NewSpaceRequirement(

Callers

nothing calls this directly

Calls 1

NewLoginRequirementFunction · 0.85

Tested by

no test coverage detected