Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ addBuf
Method
addBuf
ws.go:160–162 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(d *wsDecompressor) addBuf(b []byte) {
161
d.bufs = append(d.bufs, b)
162
}
163
164
func
(d *wsDecompressor) decompress() ([]byte, error) {
165
d.off = 0
Callers
2
TestWSDecompressor
Function · 0.95
addCBuf
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestWSDecompressor
Function · 0.76