Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gizak/termui
/ SetCell
Method
SetCell
v3/buffer.go:57–59 ·
view source on GitHub ↗
(c Cell, p image.Point)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(self *Buffer) SetCell(c Cell, p image.Point) {
58
self.CellMap[p] = c
59
}
60
61
func
(self *Buffer) Fill(c Cell, rect image.Rectangle) {
62
for
x := rect.Min.X; x < rect.Max.X; x++ {
Callers
15
Fill
Method · 0.95
SetString
Method · 0.95
Render
Function · 0.80
drawBorder
Method · 0.80
Draw
Method · 0.80
draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected