(t unsafe.Pointer, m unsafe.Pointer)
| 27 | type MapIter struct{ hiter } |
| 28 | |
| 29 | func (it *MapIter) Init(t unsafe.Pointer, m unsafe.Pointer) { |
| 30 | mapiterinit(t, m, &it.hiter) |
| 31 | } |
| 32 | |
| 33 | func (it *MapIter) Done() { |
| 34 | if it.h != nil { |
no test coverage detected