Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ MemoryPath
Method
MemoryPath
pkg/memory/memory.go:79–81 ·
view source on GitHub ↗
MemoryPath 返回记忆根路径
()
Source
from the content-addressed store, hash-verified
77
78
// MemoryPath 返回记忆根路径
79
func
(m *Manager) MemoryPath() string {
80
return
m.memoryPath
81
}
82
83
// ListFiles 列出所有记忆文件
84
func
(m *Manager) ListFiles(ctx context.Context) ([]backends.FileInfo, error) {
Callers
2
Execute
Method · 0.80
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected