Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
func
saveShellSourceCmd(m model) tea.Cmd {
166
return
func
() tea.Msg {
167
return
saveShellSourceMsg{m: m}
168
}
169
}
170
171
func
saveShellSource(m model) (int, error) {
172
s := []string{}
Callers
1
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected