MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Close

Method Close

utils/binary/utils.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (w *GzipWriter) Close() error {
23 return w.w.Close()
24}
25
26func (w *GzipWriter) Bytes() []byte {
27 return w.buf.Bytes()

Callers 6

tcpingFunction · 0.45
CloseIOFunction · 0.45
ZlibUncompressFunction · 0.45
ZlibCompressFunction · 0.45
GZipCompressFunction · 0.45
GZipUncompressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected