MCPcopy
hub / github.com/gizak/termui / SetRect

Method SetRect

v3/render.go:16–16  ·  view source on GitHub ↗
(int, int, int, int)

Source from the content-addressed store, hash-verified

14type Drawable interface {
15 GetRect() image.Rectangle
16 SetRect(int, int, int, int)
17 Draw(*Buffer)
18 sync.Locker
19}

Callers 15

mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

Blockv3/block.go

Calls

no outgoing calls

Tested by

no test coverage detected