MCPcopy
hub / github.com/docker/docker-agent / PaddingRight

Method PaddingRight

pkg/tui/components/sidebar/layout.go:111–113  ·  view source on GitHub ↗

PaddingRight returns the right padding from the config.

()

Source from the content-addressed store, hash-verified

109
110// PaddingRight returns the right padding from the config.
111func (m Metrics) PaddingRight() int {
112 return m.config.PaddingRight
113}
114
115// ScrollbarGap returns the scrollbar gap from the config.
116func (m Metrics) ScrollbarGap() int {

Callers 3

TestMetricsAccessorsFunction · 0.80
ViewMethod · 0.80
RenderFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestMetricsAccessorsFunction · 0.64