MCPcopy Create free account
hub / github.com/rsc/tmp / NewEncoder

Function NewEncoder

git85/git.go:151–151  ·  view source on GitHub ↗

NewEncoder returns a new Git base85 stream encoder. Data written to the returned writer will be encoded and then written to w. The Git encoding operates on 52-byte blocks; when finished writing, the caller must Close the returned encoder to flush any partially written blocks.

(w io.Writer)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

TestEncoderFunction · 0.85
TestEncoderBufferingFunction · 0.85
TestGitBigFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestEncoderFunction · 0.68
TestEncoderBufferingFunction · 0.68
TestGitBigFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…