MCPcopy Create free account
hub / github.com/chain/txvm / encodeReader

Struct encodeReader

cmd/hex/main.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type encodeReader struct {
37 r io.Reader
38}
39
40func (r *encodeReader) Read(p []byte) (int, error) {
41 if len(p)%2 == 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected