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

Method HasNext

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

Source from the content-addressed store, hash-verified

42}
43
44func (it *MapIter) HasNext() bool {
45 return it.key != nil
46}
47
48func (it *MapIter) Key() unsafe.Pointer { return it.key }
49

Callers 2

mapSizeFuncOfFunction · 0.95
mapEncodeFuncOfFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected