Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devopsctl/gitlabctl
/ bToS
Function
bToS
cmd/helpers.go:110–112 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
bToS(b bool) string {
111
return
strconv.FormatBool(b)
112
}
113
114
func
iToS(i int) string {
115
return
strconv.Itoa(i)
Callers
3
printUsersOut
Function · 0.85
printProjectHooksOut
Function · 0.85
printBranchOut
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected