Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ providerModelBoolString
Function
providerModelBoolString
internal/cli/provider_models.go:248–253 ·
view source on GitHub ↗
(value bool)
Source
from the content-addressed store, hash-verified
246
}
247
248
func
providerModelBoolString(value bool) string {
249
if
value {
250
return
toolBoolTrue
251
}
252
return
toolBoolFalse
253
}
Callers
3
providerModelListBundle
Function · 0.85
providerModelSourceStatusRow
Function · 0.85
providerModelNullableBoolString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected