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

Method Create

pkg/gui/controllers/list_controller.go:18–24  ·  view source on GitHub ↗
(context types.IListContext)

Source from the content-addressed store, hash-verified

16}
17
18func (self *ListControllerFactory) Create(context types.IListContext) *ListController {
19 return &ListController{
20 baseController: baseController{},
21 c: self.c,
22 context: context,
23 }
24}
25
26type ListController struct {
27 baseController

Callers 8

CopyFileMethod · 0.45
WriteRebaseTodoFileFunction · 0.45
downloadAndInstallMethod · 0.45
CopyFileFunction · 0.45
TestOSCommandFileTypeFunction · 0.45
generateAtDirFunction · 0.45
loadUserConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOSCommandFileTypeFunction · 0.36