MCPcopy
hub / github.com/ugorji/go / fastpathEncMapStringIntfR

Method fastpathEncMapStringIntfR

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

Source from the content-addressed store, hash-verified

993 e.mapEnd()
994}
995func (e *Encoder) fastpathEncMapStringIntfR(f *codecFnInfo, rv reflect.Value) {
996 fastpathTV.EncMapStringIntfV(rv2i(rv).(map[string]interface{}), e)
997}
998func (fastpathT) EncMapStringIntfV(v map[string]interface{}, e *Encoder) {
999 e.mapStart(len(v))
1000 if e.h.Canonical {

Callers

nothing calls this directly

Calls 2

EncMapStringIntfVMethod · 0.80
rv2iFunction · 0.70

Tested by

no test coverage detected