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

Function savePathCmd

pathos.go:153–157  ·  view source on GitHub ↗
(cursor int, path string)

Source from the content-addressed store, hash-verified

151}
152
153func savePathCmd(cursor int, path string) tea.Cmd {
154 return func() tea.Msg {
155 return savePathMsg{path: path, cursor: cursor}
156 }
157}
158
159func deletePathCmd(m model, id int) tea.Cmd {
160 return func() tea.Msg {

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected