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

Function Allowed

cf/formatters/bools.go:7–12  ·  view source on GitHub ↗
(allowed bool)

Source from the content-addressed store, hash-verified

5)
6
7func Allowed(allowed bool) string {
8 if allowed {
9 return T("allowed")
10 }
11 return T("disallowed")
12}

Callers 7

ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
quotaStringMethod · 0.92
ExecuteMethod · 0.92
bools_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected