Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ CommitFiles
Method
CommitFiles
pkg/integration/components/views.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(self *Views) CommitFiles() *ViewDriver {
98
return
self.regularView(
"commitFiles"
)
99
}
100
101
func
(self *Views) Stash() *ViewDriver {
102
return
self.regularView(
"stash"
)
Callers
15
move_to_new_commit_from_deleted_file.go
File · 0.80
move_to_index.go
File · 0.80
move_to_new_commit_before.go
File · 0.80
move_to_new_commit_from_added_file.go
File · 0.80
move_to_new_commit_partial_hunk.go
File · 0.80
start_new_patch.go
File · 0.80
move_to_index_from_added_file_with_conflict.go
File · 0.80
move_to_new_commit_in_last_commit_of_stacked_branch.go
File · 0.80
move_to_new_commit.go
File · 0.80
move_to_index_partial.go
File · 0.80
apply.go
File · 0.80
move_to_index_with_conflict.go
File · 0.80
Calls
1
regularView
Method · 0.95
Tested by
no test coverage detected