MCPcopy Index your code
hub / github.com/ugorji/go / EncodeRawExt

Method EncodeRawExt

codec/msgpack.go:322–325  ·  view source on GitHub ↗
(re *RawExt)

Source from the content-addressed store, hash-verified

320}
321
322func (e *msgpackEncDriver) EncodeRawExt(re *RawExt) {
323 e.encodeExtPreamble(uint8(re.Tag), len(re.Data))
324 e.e.encWr.writeb(re.Data)
325}
326
327func (e *msgpackEncDriver) encodeExtPreamble(xtag byte, l int) {
328 if l == 1 {

Callers

nothing calls this directly

Calls 2

encodeExtPreambleMethod · 0.95
writebMethod · 0.65

Tested by

no test coverage detected