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

FuncType RequirementFunction

cf/requirements/usage_requirement.go:10–10  ·  view source on GitHub ↗
func() error

Source from the content-addressed store, hash-verified

8)
9
10type RequirementFunction func() error
11
12func (f RequirementFunction) Execute() error {
13 return f()

Callers 1

NewUsageRequirementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected