func encoding/hex.EncodedLen
3 uses
encoding/hex (current package)
hex.go#L39: func EncodedLen(n int) int { return n * 2 }
hex.go#L58: n := EncodedLen(len(src))
hex.go#L127: dst := make([]byte, EncodedLen(len(src)))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)