Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ AllFilesInPatch
Method
AllFilesInPatch
pkg/commands/patch/patch_builder.go:280–282 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
}
279
280
func
(p *PatchBuilder) AllFilesInPatch() []string {
281
return
lo.Keys(p.fileInfoMap)
282
}
Callers
1
getAffectedUnstagedFiles
Method · 0.80
Calls
1
Keys
Method · 0.65
Tested by
no test coverage detected