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

Method WriteString

crc32.go:52–55  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

50}
51
52func (w *crc32Writer) WriteString(s string) (int, error) {
53 w.update([]byte(s))
54 return len(s), nil
55}

Callers 3

TestRangeAssignGroupsFunction · 0.45
UnmarshalTextMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by 2

TestRangeAssignGroupsFunction · 0.36