()
| 230 | } |
| 231 | |
| 232 | func (hi HashInfo) Export() map[*HashType]string { |
| 233 | return hi.h |
| 234 | } |
| 235 | |
| 236 | func (hi HashInfo) All() iter.Seq2[*HashType, string] { |
| 237 | return func(yield func(*HashType, string) bool) { |
no outgoing calls
no test coverage detected