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

Function MemoriesDir

pkg/config/paths.go:139–141  ·  view source on GitHub ↗

MemoriesDir returns the path to the memories directory.

()

Source from the content-addressed store, hash-verified

137
138// MemoriesDir returns the path to the memories directory.
139func MemoriesDir() string {
140 return filepath.Join(DataDir(), "memories")
141}
142
143// DatabaseFile returns the path to the SQLite database file.
144func DatabaseFile() string {

Callers 2

EnsureAllDirsFunction · 0.85

Calls 2

DataDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected