Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/netpoll
/ WriteByte
Method
WriteByte
nocopy_readwriter.go:209–211 ·
view source on GitHub ↗
WriteByte implements Writer.
(b byte)
Source
from the content-addressed store, hash-verified
207
208
// WriteByte implements Writer.
209
func
(w *zcWriter) WriteByte(b byte) (err error) {
210
return
w.buf.WriteByte(b)
211
}
212
213
// zcWriter implements ReadWriter.
214
type
zcReadWriter
struct
{
Callers
nothing calls this directly
Calls
1
WriteByte
Method · 0.65
Tested by
no test coverage detected