Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ Write
Method
Write
utils/binary/utils.go:18–20 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(w *GzipWriter) Write(p []byte) (int, error) {
19
return
w.w.Write(p)
20
}
21
22
func
(w *GzipWriter) Close() error {
23
return
w.w.Close()
Callers
2
ZlibCompress
Function · 0.45
GZipCompress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected