Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(it *MapIter) Done() {
34
if
it.h != nil {
35
it.key = nil
36
mapiternext(&it.hiter)
37
}
38
}
39
40
func
(it *MapIter) Next() {
41
mapiternext(&it.hiter)
Callers
3
mapSizeFuncOf
Function · 0.95
mapEncodeFuncOf
Function · 0.95
BenchmarkTypeFieldsCache
Function · 0.80
Calls
1
mapiternext
Function · 0.85
Tested by
1
BenchmarkTypeFieldsCache
Function · 0.64