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