func encoding/hex.DecodedLen

one use

	encoding/hex (current package)
		hex.go#L49: func DecodedLen(x int) int { return x / 2 }