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

Function ExtensionsDir

pkg/config/paths.go:134–136  ·  view source on GitHub ↗

ExtensionsDir returns the path to the extensions directory.

()

Source from the content-addressed store, hash-verified

132
133// ExtensionsDir returns the path to the extensions directory.
134func ExtensionsDir() string {
135 return filepath.Join(ConfigDir(), "extensions")
136}
137
138// MemoriesDir returns the path to the memories directory.
139func MemoriesDir() string {

Callers 2

EnsureAllDirsFunction · 0.85

Calls 2

ConfigDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected