Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
(it *MapIter) Next() {
41
mapiternext(&it.hiter)
42
}
43
44
func
(it *MapIter) HasNext() bool {
45
return
it.key != nil
Callers
2
mapSizeFuncOf
Function · 0.95
mapEncodeFuncOf
Function · 0.95
Calls
1
mapiternext
Function · 0.85
Tested by
no test coverage detected