MCPcopy Create free account
hub / github.com/auth0/auth0-cli / boolString

Function boolString

internal/cli/root.go:312–318  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

310}
311
312func boolString(value bool) string {
313 if value {
314 return "true"
315 }
316
317 return "false"
318}
319
320func mergeProperties(base map[string]string, override map[string]string) map[string]string {
321 merged := make(map[string]string, len(base)+len(override))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected