MCPcopy 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 返回记忆根路径
79func (m *Manager) MemoryPath() string {
80 return m.memoryPath
81}
82
83// ListFiles 列出所有记忆文件
84func (m *Manager) ListFiles(ctx context.Context) ([]backends.FileInfo, error) {

Callers 2

ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected