MCPcopy
hub / github.com/kopia/kopia / boolToString

Function boolToString

cli/command_policy_show.go:155–161  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

153}
154
155func boolToString(v bool) string {
156 if v {
157 return "true"
158 }
159
160 return "false"
161}
162
163func logDetailToString(v policy.LogDetail) string {
164 return fmt.Sprintf("%v", v)

Callers 4

appendFilesPolicyValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected