MCPcopy Create free account
hub / github.com/cogentcore/core / NewDiffLine

Function NewDiffLine

texteditor/difflib/bytes/bytes.go:600–605  ·  view source on GitHub ↗
(tag byte, line []byte)

Source from the content-addressed store, hash-verified

598}
599
600func NewDiffLine(tag byte, line []byte) (l DiffLine) {
601 l = DiffLine{}
602 l.Tag = tag
603 l.Line = line
604 return l
605}
606
607type Differ struct {
608 Linejunk func([]byte) bool

Callers 1

StructuredDumpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected