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

Method Next

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

Source from the content-addressed store, hash-verified

38}
39
40func (it *MapIter) Next() {
41 mapiternext(&it.hiter)
42}
43
44func (it *MapIter) HasNext() bool {
45 return it.key != nil

Callers 2

mapSizeFuncOfFunction · 0.95
mapEncodeFuncOfFunction · 0.95

Calls 1

mapiternextFunction · 0.85

Tested by

no test coverage detected