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

Function newMemoryDailyUnsupportedSelectorCommand

internal/cli/memory.go:1206–1215  ·  view source on GitHub ↗
(
	use string,
	message string,
	args cobra.PositionalArgs,
)

Source from the content-addressed store, hash-verified

1204}
1205
1206func newMemoryDailyUnsupportedSelectorCommand(
1207 use string,
1208 message string,
1209 args cobra.PositionalArgs,
1210) *cobra.Command {
1211 var flags memorySelectorFlags
1212 cmd := newUnsupportedMemoryCommand(use, message, args)
1213 addMemorySelectorFlags(cmd, &flags)
1214 return cmd
1215}
1216
1217func newMemoryDailyRetentionCommand(use string, message string) *cobra.Command {
1218 var olderThan string

Callers 1

newMemoryDailyCommandFunction · 0.85

Calls 2

addMemorySelectorFlagsFunction · 0.85

Tested by

no test coverage detected