MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / hBool

Function hBool

app/cli/cmd/attestation_status.go:306–312  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

304}
305
306func hBool(b bool) string {
307 if b {
308 return "Yes"
309 }
310
311 return "No"
312}
313
314// Version information to be shown during the attestation process
315// both during the process and at the end

Callers 4

materialsTableFunction · 0.85
appendMaterialRowsFunction · 0.85
RenderSchemaTableFunction · 0.85
displayMaterialInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected