Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ Bytes
Method
Bytes
utils/binary/utils.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(w *GzipWriter) Bytes() []byte {
27
return
w.buf.Bytes()
28
}
29
30
func
ZlibUncompress(src []byte) []byte {
31
b := bytes.NewReader(src)
Callers
9
MarshalJSON
Method · 0.80
init
Method · 0.80
PublicKey
Method · 0.80
ZlibUncompress
Function · 0.80
ZlibCompress
Function · 0.80
GZipCompress
Function · 0.80
GZipUncompress
Function · 0.80
ToBytes
Method · 0.80
Pack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected