Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(w *crc32Writer) WriteString(s string) (int, error) {
53
w.update([]byte(s))
54
return
len(s), nil
55
}
Callers
3
TestRangeAssignGroups
Function · 0.45
TestRoundRobinAssignGroups
Function · 0.45
UnmarshalText
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
2
TestRangeAssignGroups
Function · 0.36
TestRoundRobinAssignGroups
Function · 0.36