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

Method GetStats

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

GetStats 获取统计信息

(ctx context.Context, namespace string)

Source from the content-addressed store, hash-verified

45
46 // GetStats 获取统计信息
47 GetStats(ctx context.Context, namespace string) (*MemoryStats, error)
48
49 // ===== 生命周期 =====
50

Callers 3

statsMethod · 0.65
GenerateReportMethod · 0.65
GetStatsMethod · 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