Encode encodes src into EncodedLen(len(src)) bytes of dst. As a convenience, it returns the number of bytes written to dst, but this value is always EncodedLen(len(src)). Encode implements the radix 85 encoding used in the Git version control tool. The encoding splits src into chunks of at most 52
(dst, src []byte)
source not stored for this graph (policy: none)
no outgoing calls
searching dependent graphs…