Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ statelessWriter
Struct
statelessWriter
flate/stateless.go:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
)
20
21
type
statelessWriter
struct
{
22
dst io.Writer
23
closed bool
24
}
25
26
func
(s *statelessWriter) Close() error {
27
if
s.closed {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected