MCPcopy
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
57func (self *Buffer) SetCell(c Cell, p image.Point) {
58 self.CellMap[p] = c
59}
60
61func (self *Buffer) Fill(c Cell, rect image.Rectangle) {
62 for x := rect.Min.X; x < rect.Max.X; x++ {

Callers 15

FillMethod · 0.95
SetStringMethod · 0.95
RenderFunction · 0.80
drawBorderMethod · 0.80
DrawMethod · 0.80
drawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected