()
| 48 | func (it *MapIter) Key() unsafe.Pointer { return it.key } |
| 49 | |
| 50 | func (it *MapIter) Value() unsafe.Pointer { return it.value } |
| 51 | |
| 52 | // copied from src/runtime/map.go, all pointer types replaced with |
| 53 | // unsafe.Pointer. |
no outgoing calls
no test coverage detected