MCPcopy
hub / github.com/mum4k/termdash / Area

Method Area

widgets/treeview/treeview_test.go:78–80  ·  view source on GitHub ↗

Area returns the area of the widget.

()

Source from the content-addressed store, hash-verified

76
77// Area returns the area of the widget.
78func (m *MockMeta) Area() image.Rectangle {
79 return m.area
80}
81
82// TestNew tests the initialization of the Treeview widget.
83func TestNew(t *testing.T) {

Callers 15

axesDetailsMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
TestSegmentDisplayFunction · 0.45
drawScrollDownMethod · 0.45
drawLabelMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
TestDrawResizeMarkerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected