func github.com/tmthrgd/go-hex.EncodedLen

4 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L33: func EncodedLen(n int) int {
		hex.go#L71: 	dst := make([]byte, EncodedLen(len(src)))

	github.com/go-pg/pg/v10/types
		append.go#L183: 	b = append(b, make([]byte, hex.EncodedLen(len(bytes)))...)
		hex.go#L41: 	enc.b = append(enc.b, make([]byte, fasthex.EncodedLen(len(b)))...)