Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
type
encodeReader
struct
{
37
r io.Reader
38
}
39
40
func
(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