| 47 | context string |
| 48 | } |
| 49 | Cksum struct { |
| 50 | ty string `json:"-"` // Without "json" tag, IterFields function panics |
| 51 | value string `json:"-"` |
| 52 | } |
| 53 | CksumHash struct { |
| 54 | Cksum |
| 55 | H hash.Hash |
nothing calls this directly
no outgoing calls
no test coverage detected