MCPcopy Create free account
hub / github.com/segmentio/encoding / Done

Method Done

internal/runtime_reflect/map.go:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (it *MapIter) Done() {
34 if it.h != nil {
35 it.key = nil
36 mapiternext(&it.hiter)
37 }
38}
39
40func (it *MapIter) Next() {
41 mapiternext(&it.hiter)

Callers 3

mapSizeFuncOfFunction · 0.95
mapEncodeFuncOfFunction · 0.95
BenchmarkTypeFieldsCacheFunction · 0.80

Calls 1

mapiternextFunction · 0.85

Tested by 1

BenchmarkTypeFieldsCacheFunction · 0.64