Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
600
func
NewDiffLine(tag byte, line []byte) (l DiffLine) {
601
l = DiffLine{}
602
l.Tag = tag
603
l.Line = line
604
return
l
605
}
606
607
type
Differ
struct
{
608
Linejunk
func
([]byte) bool
Callers
1
StructuredDump
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected