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

Method ReadLinesAt

pkg/gitdiff/io.go:26–26  ·  view source on GitHub ↗
(lines [][]byte, offset int64)

Source from the content-addressed store, hash-verified

24// not have a final newline character if the input ends without one.
25type LineReaderAt interface {
26 ReadLinesAt(lines [][]byte, offset int64) (n int, err error)
27}
28
29type lineReaderAt struct {

Callers 2

ApplyFragmentMethod · 0.65
copyLinesFromFunction · 0.65

Implementers 1

lineReaderAtpkg/gitdiff/io.go

Calls

no outgoing calls

Tested by

no test coverage detected