Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
807
func
formatBool(value bool) string {
808
if
value {
809
return
toolBoolTrue
810
}
811
return
toolBoolFalse
812
}
813
814
const
(
815
toolBoolFalse =
"false"
Callers
10
bundleActivationBundle
Function · 0.85
bundleChannelsTable
Function · 0.85
bundleJobsTable
Function · 0.85
bundleTriggersTable
Function · 0.85
bundleAgentRows
Function · 0.85
bundleDeclaredChannelRows
Function · 0.85
toolListBundle
Function · 0.85
toolInfoBundle
Function · 0.85
toolInvokeBundle
Function · 0.85
TestToolRenderingAndValidationHelpers
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestToolRenderingAndValidationHelpers
Function · 0.68