()
| 71 | } |
| 72 | |
| 73 | func (bz HexBytes) String() string { |
| 74 | return strings.ToUpper(hex.EncodeToString(bz)) |
| 75 | } |
| 76 | |
| 77 | // Format writes either address of 0th element in a slice in base 16 notation, |
| 78 | // with leading 0x (%p), or casts HexBytes to bytes and writes as hexadecimal |
nothing calls this directly
no outgoing calls
no test coverage detected