MCPcopy Create free account
hub / github.com/compozy/agh / formatBool

Function formatBool

internal/cli/tool_operator.go:807–812  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

805}
806
807func formatBool(value bool) string {
808 if value {
809 return toolBoolTrue
810 }
811 return toolBoolFalse
812}
813
814const (
815 toolBoolFalse = "false"

Callers 10

bundleActivationBundleFunction · 0.85
bundleChannelsTableFunction · 0.85
bundleJobsTableFunction · 0.85
bundleTriggersTableFunction · 0.85
bundleAgentRowsFunction · 0.85
toolListBundleFunction · 0.85
toolInfoBundleFunction · 0.85
toolInvokeBundleFunction · 0.85

Calls

no outgoing calls

Tested by 1