Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ isNil
Method
isNil
protocol/reflect.go:98–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
func
(a array) length() int {
return
a.val.Len() }
97
98
func
(a array) isNil() bool {
return
a.val.IsNil() }
99
100
func
indexOf(s reflect.StructField) index {
return
index(s.Index) }
101
Callers
2
encodeNullArray
Method · 0.45
encodeCompactNullArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected