MCPcopy
hub / github.com/tinylib/msgp / Fuse

Method Fuse

gen/encode.go:70–76  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

68}
69
70func (e *encodeGen) Fuse(b []byte) {
71 if len(e.fuse) > 0 {
72 e.fuse = append(e.fuse, b...)
73 } else {
74 e.fuse = b
75 }
76}
77
78// binaryEncodeCall generates code for marshaler interfaces
79func (e *encodeGen) binaryEncodeCall(vname, method, writeType, arg string) {

Callers 2

tupleMethod · 0.95
structmapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected