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

Function SessionsDir

pkg/config/paths.go:124–126  ·  view source on GitHub ↗

SessionsDir returns the path to the sessions directory.

()

Source from the content-addressed store, hash-verified

122
123// SessionsDir returns the path to the sessions directory.
124func SessionsDir() string {
125 return filepath.Join(DataDir(), "sessions")
126}
127
128// RecipesDir returns the path to the recipes directory.
129func RecipesDir() string {

Callers 2

EnsureAllDirsFunction · 0.85

Calls 2

DataDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected