kubernetes/vendor/github.com/stretchr/objx/tests.go

// Has gets whether there is something at the specified selector
// or not.
//
// If m is nil, Has will always return false.
func (m Map) Has(selector string) bool {}

// IsNil gets whether the data is nil or not.
func (v *Value) IsNil() bool {}