(f *codecFnInfo, rv reflect.Value)
| 1051 | e.mapEnd() |
| 1052 | } |
| 1053 | func (e *Encoder) fastpathEncMapStringBytesR(f *codecFnInfo, rv reflect.Value) { |
| 1054 | fastpathTV.EncMapStringBytesV(rv2i(rv).(map[string][]byte), e) |
| 1055 | } |
| 1056 | func (fastpathT) EncMapStringBytesV(v map[string][]byte, e *Encoder) { |
| 1057 | e.mapStart(len(v)) |
| 1058 | if e.h.Canonical { |
nothing calls this directly
no test coverage detected