MCPcopy Create free account
hub / github.com/compozy/agh / sessionListSortKey

Function sessionListSortKey

internal/cli/session.go:197–202  ·  view source on GitHub ↗
(resumable bool)

Source from the content-addressed store, hash-verified

195}
196
197func sessionListSortKey(resumable bool) string {
198 if resumable {
199 return "last_activity"
200 }
201 return ""
202}
203
204func newSessionStopCommand(deps commandDeps) *cobra.Command {
205 return &cobra.Command{

Callers 1

newSessionListCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected