MCPcopy
hub / github.com/liamg/darktile / newLine

Function newLine

internal/app/darktile/termutil/line.go:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10func newLine() Line {
11 return Line{
12 wrapped: false,
13 cells: []Cell{},
14 }
15}
16
17func (line *Line) Len() uint16 {
18 return uint16(len(line.cells))

Callers 8

wrapMethod · 0.85
areaScrollDownMethod · 0.85
areaScrollUpMethod · 0.85
insertLineMethod · 0.85
indexMethod · 0.85
clearMethod · 0.85
getViewLineMethod · 0.85
growMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected