Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
func
(e *encodeGen) fuseHook() {
64
if
len(e.fuse) > 0 {
65
e.appendraw(e.fuse)
66
e.fuse = e.fuse[:0]
67
}
68
}
69
70
func
(e *encodeGen) Fuse(b []byte) {
71
if
len(e.fuse) > 0 {
Callers
7
tuple
Method · 0.95
structmap
Method · 0.95
gMap
Method · 0.95
gPtr
Method · 0.95
gSlice
Method · 0.95
gArray
Method · 0.95
gBase
Method · 0.95
Calls
1
appendraw
Method · 0.95
Tested by
no test coverage detected