MCPcopy 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
110func bToS(b bool) string {
111 return strconv.FormatBool(b)
112}
113
114func iToS(i int) string {
115 return strconv.Itoa(i)

Callers 3

printUsersOutFunction · 0.85
printProjectHooksOutFunction · 0.85
printBranchOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected