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

Method fastpathEncMapStringBytesR

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

EncMapStringBytesVMethod · 0.80
rv2iFunction · 0.70

Tested by

no test coverage detected