(f *codecFnInfo, rv reflect.Value)
| 1022 | e.mapEnd() |
| 1023 | } |
| 1024 | func (e *Encoder) fastpathEncMapStringStringR(f *codecFnInfo, rv reflect.Value) { |
| 1025 | fastpathTV.EncMapStringStringV(rv2i(rv).(map[string]string), e) |
| 1026 | } |
| 1027 | func (fastpathT) EncMapStringStringV(v map[string]string, e *Encoder) { |
| 1028 | e.mapStart(len(v)) |
| 1029 | if e.h.Canonical { |
nothing calls this directly
no test coverage detected