(b bool)
| 304 | } |
| 305 | |
| 306 | func 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 |
no outgoing calls
no test coverage detected