MCPcopy Create free account
hub / github.com/LunaSource/Luna / loadFiles

Function loadFiles

ui/views.go:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func loadAvailableFiles(cfg config.Config) tea.Cmd {
13 return func() tea.Msg {
14 files, err := git.GetAvailableFiles()
15 if err != nil {
16 return availableFilesMsg{err: err}
17 }
18

Callers

nothing calls this directly

Calls 1

GetStagedFilesFunction · 0.92

Tested by

no test coverage detected