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

Method WriteString

write.go:153–155  ·  write.go::writeBuffer.WriteString
(s string)

Source from the content-addressed store, hash-verified

151}
152
153func (wb *writeBuffer) WriteString(s string) (int, error) {
154 return io.WriteString(wb.w, s)
155}
156
157func (wb *writeBuffer) Flush() error {
158 if x, ok := wb.w.(interface{ Flush() error }); ok {

Callers 2

writeStringMethod · 0.95
writeVarStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected