MCPcopy
hub / github.com/jesseduffield/lazygit / ViewTrait

Struct ViewTrait

pkg/gui/context/view_trait.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const HORIZONTAL_SCROLL_FACTOR = 3
9
10type ViewTrait struct {
11 view *gocui.View
12}
13
14var _ types.IViewTrait = &ViewTrait{}
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected