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

Method fuseHook

gen/encode.go:63–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (e *encodeGen) fuseHook() {
64 if len(e.fuse) > 0 {
65 e.appendraw(e.fuse)
66 e.fuse = e.fuse[:0]
67 }
68}
69
70func (e *encodeGen) Fuse(b []byte) {
71 if len(e.fuse) > 0 {

Callers 7

tupleMethod · 0.95
structmapMethod · 0.95
gMapMethod · 0.95
gPtrMethod · 0.95
gSliceMethod · 0.95
gArrayMethod · 0.95
gBaseMethod · 0.95

Calls 1

appendrawMethod · 0.95

Tested by

no test coverage detected