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

Method Init

internal/runtime_reflect/map.go:29–31  ·  view source on GitHub ↗
(t unsafe.Pointer, m unsafe.Pointer)

Source from the content-addressed store, hash-verified

27type MapIter struct{ hiter }
28
29func (it *MapIter) Init(t unsafe.Pointer, m unsafe.Pointer) {
30 mapiterinit(t, m, &it.hiter)
31}
32
33func (it *MapIter) Done() {
34 if it.h != nil {

Callers 2

mapSizeFuncOfFunction · 0.95
mapEncodeFuncOfFunction · 0.95

Calls 1

mapiterinitFunction · 0.85

Tested by

no test coverage detected