Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ boolean
Function
boolean
internal/display/display.go:354–359 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
352
}
353
354
func
boolean(v bool) string {
355
if
v {
356
return
ansi.Green(
"✓"
)
357
}
358
return
ansi.Red(
"✗"
)
359
}
360
361
func
toJSONString(data
interface
{}) (string, error) {
362
if
data == nil {
Callers
15
MakeSessionTransferView
Function · 0.85
makePhoneProviderView
Function · 0.85
makeEmailProviderView
Function · 0.85
makeCustomDomainView
Function · 0.85
AsTableRow
Method · 0.85
makeActionView
Function · 0.85
KeyValues
Method · 0.85
makeRuleView
Function · 0.85
makeBreachedPasswordDetectionView
Function · 0.85
makeBruteForceProtectionView
Function · 0.85
makeSuspiciousIPThrottlingView
Function · 0.85
makeBotDetectionShowView
Function · 0.85
Calls
2
Green
Function · 0.92
Red
Function · 0.92
Tested by
no test coverage detected