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

Method patchExplorerViewByName

pkg/integration/components/views.go:37–39  ·  view source on GitHub ↗
(viewName string)

Source from the content-addressed store, hash-verified

35}
36
37func (self *Views) patchExplorerViewByName(viewName string) *ViewDriver {
38 return self.regularView(viewName)
39}
40
41func (self *Views) MergeConflicts() *ViewDriver {
42 return self.regularView("mergeConflicts")

Callers 3

StagingMethod · 0.95
StagingSecondaryMethod · 0.95
PatchBuildingMethod · 0.95

Calls 1

regularViewMethod · 0.95

Tested by

no test coverage detected