MCPcopy Create free account
hub / github.com/chip/pathos / deletePathCmd

Function deletePathCmd

pathos.go:159–163  ·  view source on GitHub ↗
(m model, id int)

Source from the content-addressed store, hash-verified

157}
158
159func deletePathCmd(m model, id int) tea.Cmd {
160 return func() tea.Msg {
161 return deletePathMsg(id)
162 }
163}
164
165func saveShellSourceCmd(m model) tea.Cmd {
166 return func() tea.Msg {

Callers 1

UpdateMethod · 0.85

Calls 1

deletePathMsgTypeAlias · 0.85

Tested by

no test coverage detected