Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ NewDiffLine
Function
NewDiffLine
texteditor/difflib/difflib.go:538–543 ·
view source on GitHub ↗
(tag byte, line string)
Source
from the content-addressed store, hash-verified
536
}
537
538
func
NewDiffLine(tag byte, line string) (l DiffLine) {
539
l = DiffLine{}
540
l.Tag = tag
541
l.Line = line
542
return
l
543
}
544
545
type
Differ
struct
{
546
Linejunk
func
(string) bool
Callers
1
StructuredDump
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected