Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
const
HORIZONTAL_SCROLL_FACTOR = 3
9
10
type
ViewTrait
struct
{
11
view *gocui.View
12
}
13
14
var
_ types.IViewTrait = &ViewTrait{}
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected