MCPcopy 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.
209func (w *zcWriter) WriteByte(b byte) (err error) {
210 return w.buf.WriteByte(b)
211}
212
213// zcWriter implements ReadWriter.
214type zcReadWriter struct {

Callers

nothing calls this directly

Calls 1

WriteByteMethod · 0.65

Tested by

no test coverage detected