MCPcopy 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
354func boolean(v bool) string {
355 if v {
356 return ansi.Green("✓")
357 }
358 return ansi.Red("✗")
359}
360
361func toJSONString(data interface{}) (string, error) {
362 if data == nil {

Callers 15

MakeSessionTransferViewFunction · 0.85
makePhoneProviderViewFunction · 0.85
makeEmailProviderViewFunction · 0.85
makeCustomDomainViewFunction · 0.85
AsTableRowMethod · 0.85
makeActionViewFunction · 0.85
KeyValuesMethod · 0.85
makeRuleViewFunction · 0.85
makeBotDetectionShowViewFunction · 0.85

Calls 2

GreenFunction · 0.92
RedFunction · 0.92

Tested by

no test coverage detected