Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ encodeString
Method
encodeString
protocol/encode.go:137–139 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
135
}
136
137
func
(e *encoder) encodeString(v value) {
138
e.writeString(v.string())
139
}
140
141
func
(e *encoder) encodeCompactString(v value) {
142
e.writeCompactString(v.string())
Callers
nothing calls this directly
Calls
2
writeString
Method · 0.95
string
Method · 0.45
Tested by
no test coverage detected