Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
(w *GzipWriter) Close() error {
23
return
w.w.Close()
24
}
25
26
func
(w *GzipWriter) Bytes() []byte {
27
return
w.buf.Bytes()
Callers
6
tcping
Function · 0.45
CloseIO
Function · 0.45
ZlibUncompress
Function · 0.45
ZlibCompress
Function · 0.45
GZipCompress
Function · 0.45
GZipUncompress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected