String returns a string representation of the LightBlock
()
| 45 | |
| 46 | // String returns a string representation of the LightBlock |
| 47 | func (lb LightBlock) String() string { |
| 48 | return lb.StringIndented("") |
| 49 | } |
| 50 | |
| 51 | // StringIndented returns an indented string representation of the LightBlock |
| 52 | // |
nothing calls this directly
no test coverage detected