Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
func
Allowed(allowed bool) string {
8
if
allowed {
9
return
T(
"allowed"
)
10
}
11
return
T(
"disallowed"
)
12
}
Callers
7
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
quotaString
Method · 0.92
Execute
Method · 0.92
bools_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected