MCPcopy Create free account
hub / github.com/antonmedv/gitmal / lineReaderAt

Struct lineReaderAt

pkg/gitdiff/io.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type lineReaderAt struct {
30 r io.ReaderAt
31 index []int64
32 eof bool
33}
34
35func (r *lineReaderAt) ReadLinesAt(lines [][]byte, offset int64) (n int, err error) {
36 if offset < 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected