String returns a string representation of SignedHeader.
()
| 158 | |
| 159 | // String returns a string representation of SignedHeader. |
| 160 | func (sh SignedHeader) String() string { |
| 161 | return sh.StringIndented("") |
| 162 | } |
| 163 | |
| 164 | // StringIndented returns an indented string representation of SignedHeader. |
| 165 | // |
nothing calls this directly
no test coverage detected