Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ writeVarString
Method
writeVarString
write.go:60–63 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(wb *writeBuffer) writeVarString(s string) {
61
wb.writeVarInt(int64(len(s)))
62
wb.WriteString(s)
63
}
64
65
func
(wb *writeBuffer) writeNullableString(s *string) {
66
if
s == nil {
Callers
1
writeRecord
Method · 0.95
Calls
2
writeVarInt
Method · 0.95
WriteString
Method · 0.95
Tested by
no test coverage detected