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

Method Value

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

Source from the content-addressed store, hash-verified

48func (it *MapIter) Key() unsafe.Pointer { return it.key }
49
50func (it *MapIter) Value() unsafe.Pointer { return it.value }
51
52// copied from src/runtime/map.go, all pointer types replaced with
53// unsafe.Pointer.

Callers 2

mapSizeFuncOfFunction · 0.95
mapEncodeFuncOfFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected