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

Function RecipesDir

pkg/config/paths.go:129–131  ·  view source on GitHub ↗

RecipesDir returns the path to the recipes directory.

()

Source from the content-addressed store, hash-verified

127
128// RecipesDir returns the path to the recipes directory.
129func RecipesDir() string {
130 return filepath.Join(ConfigDir(), "recipes")
131}
132
133// ExtensionsDir returns the path to the extensions directory.
134func ExtensionsDir() string {

Callers 2

EnsureAllDirsFunction · 0.85

Calls 2

ConfigDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected