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

Function boolString

internal/cli/mcp_auth.go:803–805  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

801}
802
803func boolString(value bool) string {
804 return strconv.FormatBool(value)
805}

Callers 10

providerAuthStatusRowsFunction · 0.70
mcpAuthStatusRowsFunction · 0.70
mcpAuthStatusFieldsFunction · 0.70
agentSoulBundleFunction · 0.70
agentHeartbeatBundleFunction · 0.70
sessionHealthBundleFunction · 0.70
sessionStatusBundleFunction · 0.70
sessionHealthSectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected