MCPcopy Index your code
hub / github.com/chip/pathos / saveShellSourceCmd

Function saveShellSourceCmd

pathos.go:165–169  ·  view source on GitHub ↗
(m model)

Source from the content-addressed store, hash-verified

163}
164
165func saveShellSourceCmd(m model) tea.Cmd {
166 return func() tea.Msg {
167 return saveShellSourceMsg{m: m}
168 }
169}
170
171func saveShellSource(m model) (int, error) {
172 s := []string{}

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected