MCPcopy Create free account
hub / github.com/astercloud/aster / List

Method List

pkg/memory/logic/store.go:26–26  ·  view source on GitHub ↗

List 列出符合条件的 Memory filters 用于过滤和排序

(ctx context.Context, namespace string, filters ...Filter)

Source from the content-addressed store, hash-verified

24 // List 列出符合条件的 Memory
25 // filters 用于过滤和排序
26 List(ctx context.Context, namespace string, filters ...Filter) ([]*LogicMemory, error)
27
28 // ===== 高级查询 =====
29

Callers 3

handleToolsListMethod · 0.65
RetrieveMemoriesMethod · 0.65
ConsolidateMethod · 0.65

Implementers 3

MySQLStorepkg/memory/logic/store_mysql.go
PostgreSQLStorepkg/memory/logic/store_postgres.go
InMemoryStorepkg/memory/logic/store_inmemory.go

Calls

no outgoing calls

Tested by

no test coverage detected