Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ splitLineReader
Struct
splitLineReader
cmd/hex/main.go:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
splitLineReader
struct
{
50
r io.Reader
51
n int
52
max int
53
}
54
55
func
(r *splitLineReader) Read(p []byte) (int, error) {
56
if
len(p) == 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected