prysmaticlabs / prysm

Function call made to an unsafe package GSC-G103
Security
Minor
1 occurrence in this check
Use of unsafe calls should be audited
52
53// helpers
54func isNil[T any](v T) bool {
55	return (*[2]uintptr)(unsafe.Pointer(&v))[1] == 056}