MCPcopy
hub / github.com/rgburke/grv / newNormalDiffLineData

Function newNormalDiffLineData

cmd/grv/diff_view.go:68–70  ·  view source on GitHub ↗
(line string)

Source from the content-addressed store, hash-verified

66}
67
68func newNormalDiffLineData(line string) *diffLineData {
69 return newDiffLineData(line, dltNormal, CmpDiffviewDifflineNormal)
70}
71
72func newDiffLineData(line string, lineType diffLineType, themeComponentID ThemeComponentID) *diffLineData {
73 sections := []*diffLineSection{

Callers 2

newEmptyDiffLineDataFunction · 0.85

Calls 1

newDiffLineDataFunction · 0.85

Tested by

no test coverage detected