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

Method ReadString

pkg/gitdiff/parser.go:75–75  ·  view source on GitHub ↗
(delim byte)

Source from the content-addressed store, hash-verified

73
74type stringReader interface {
75 ReadString(delim byte) (string, error)
76}
77
78type parser struct {

Callers 1

shiftLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected