MCPcopy
hub / github.com/segmentio/kafka-go / Write

Method Write

write.go:149–151  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

147}
148
149func (wb *writeBuffer) Write(b []byte) (int, error) {
150 return wb.w.Write(b)
151}
152
153func (wb *writeBuffer) WriteString(s string) (int, error) {
154 return io.WriteString(wb.w, s)

Callers 7

writeInt8Method · 0.95
writeInt16Method · 0.95
writeInt32Method · 0.95
writeInt64Method · 0.95
writeVarIntMethod · 0.95
writeBytesMethod · 0.95
writeVarBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected