Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ boolToString
Function
boolToString
controller/setup.go:176–181 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
174
}
175
176
func
boolToString(b bool) string {
177
if
b {
178
return
"true"
179
}
180
return
"false"
181
}
Callers
1
PostSetup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected