Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
func
newLine() Line {
11
return
Line{
12
wrapped: false,
13
cells: []Cell{},
14
}
15
}
16
17
func
(line *Line) Len() uint16 {
18
return
uint16(len(line.cells))
Callers
8
wrap
Method · 0.85
areaScrollDown
Method · 0.85
areaScrollUp
Method · 0.85
insertLine
Method · 0.85
index
Method · 0.85
clear
Method · 0.85
getViewLine
Method · 0.85
grow
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected