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

Function sizeofString

sizeof.go:43–45  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

41}
42
43func sizeofString(s string) int32 {
44 return 2 + int32(len(s))
45}
46
47func sizeofNullableString(s *string) int32 {
48 if s == nil {

Callers 15

sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85
sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…