Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
func
(it *MapIter) HasNext() bool {
45
return
it.key != nil
46
}
47
48
func
(it *MapIter) Key() unsafe.Pointer {
return
it.key }
49
Callers
2
mapSizeFuncOf
Function · 0.95
mapEncodeFuncOf
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected