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

Struct guiCommon

pkg/gui/gui_common.go:14–17  ·  view source on GitHub ↗

hacking this by including the gui struct for now until we split more things out

Source from the content-addressed store, hash-verified

12
13// hacking this by including the gui struct for now until we split more things out
14type guiCommon struct {
15 gui *Gui
16 types.IPopupHandler
17}
18
19var _ types.IGuiCommon = &guiCommon{}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected