MCPcopy 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
26func (w *GzipWriter) Bytes() []byte {
27 return w.buf.Bytes()
28}
29
30func ZlibUncompress(src []byte) []byte {
31 b := bytes.NewReader(src)

Callers 9

MarshalJSONMethod · 0.80
initMethod · 0.80
PublicKeyMethod · 0.80
ZlibUncompressFunction · 0.80
ZlibCompressFunction · 0.80
GZipCompressFunction · 0.80
GZipUncompressFunction · 0.80
ToBytesMethod · 0.80
PackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected