Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
func
sizeofString(s string) int32 {
44
return
2 + int32(len(s))
45
}
46
47
func
sizeofNullableString(s *string) int32 {
48
if
s == nil {
Callers
15
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 0.85
size
Method · 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…