Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/fasthttp
/ writer
Struct
writer
stackless/writer.go:41–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
writer
struct
{
42
dstW io.Writer
43
zw Writer
44
45
err error
46
xw xWriter
47
48
p []byte
49
n int
50
51
op op
52
}
53
54
type
op int
55
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected