MCPcopy Index your code
hub / github.com/rgburke/grv / newEmptyDiffLineData

Function newEmptyDiffLineData

cmd/grv/diff_view.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func newEmptyDiffLineData() *diffLineData {
65 return newNormalDiffLineData("")
66}
67
68func newNormalDiffLineData(line string) *diffLineData {
69 return newDiffLineData(line, dltNormal, CmpDiffviewDifflineNormal)

Callers 2

Calls 1

newNormalDiffLineDataFunction · 0.85

Tested by

no test coverage detected