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

Method String

protocol.go:95–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93)
94
95func (k apiKey) String() string {
96 if i := int(k); i >= 0 && i < len(apiKeyStrings) {
97 return apiKeyStrings[i]
98 }
99 return strconv.Itoa(int(k))
100}
101
102type apiVersion int16
103

Callers 13

produceRecordsFunction · 0.45
grabPoolMethod · 0.45
grabConnOrConnectMethod · 0.45
connectMethod · 0.45
BrokerMethod · 0.45
TestRangeAssignGroupsFunction · 0.45
ApiVersionsMethod · 0.45
TestRequiredAcksFunction · 0.45
TestDialerTLSFunction · 0.45
TestNetworkAddressFunction · 0.45
buildReqFunction · 0.45

Calls

no outgoing calls

Tested by 6

produceRecordsFunction · 0.36
TestRangeAssignGroupsFunction · 0.36
TestRequiredAcksFunction · 0.36
TestDialerTLSFunction · 0.36
TestNetworkAddressFunction · 0.36