MCPcopy Index your code
hub / github.com/ugorji/go / fastpathEncMapStringInt32R

Method fastpathEncMapStringInt32R

codec/fast-path.generated.go:1169–1171  ·  view source on GitHub ↗
(f *codecFnInfo, rv reflect.Value)

Source from the content-addressed store, hash-verified

1167 e.mapEnd()
1168}
1169func (e *Encoder) fastpathEncMapStringInt32R(f *codecFnInfo, rv reflect.Value) {
1170 fastpathTV.EncMapStringInt32V(rv2i(rv).(map[string]int32), e)
1171}
1172func (fastpathT) EncMapStringInt32V(v map[string]int32, e *Encoder) {
1173 e.mapStart(len(v))
1174 if e.h.Canonical {

Callers

nothing calls this directly

Calls 2

EncMapStringInt32VMethod · 0.80
rv2iFunction · 0.70

Tested by

no test coverage detected