Back to Crossplane

CheckBigName

themes/geekboot/layouts/partials/apiBuilder/checkBigName.html

1.19-archive156 B
Original Source

{{/* Return True/False if the input is greater than 32 */}} {{/* The value 32 is max length of a Kind before it overflows */}} {{ return gt (len .) 32}}