MCPcopy 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
18func (w *GzipWriter) Write(p []byte) (int, error) {
19 return w.w.Write(p)
20}
21
22func (w *GzipWriter) Close() error {
23 return w.w.Close()

Callers 2

ZlibCompressFunction · 0.45
GZipCompressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected