Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stats
Method · 0.65
GenerateReport
Method · 0.65
GetStats
Method · 0.65
Implementers
3
MySQLStore
pkg/memory/logic/store_mysql.go
PostgreSQLStore
pkg/memory/logic/store_postgres.go
InMemoryStore
pkg/memory/logic/store_inmemory.go
Calls
no outgoing calls
Tested by
no test coverage detected