MCPcopy
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

96func (a array) length() int { return a.val.Len() }
97
98func (a array) isNil() bool { return a.val.IsNil() }
99
100func indexOf(s reflect.StructField) index { return index(s.Index) }
101

Callers 2

encodeNullArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected