MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / GetPluginsDir

Function GetPluginsDir

app/cli/pkg/plugins/shared.go:46–48  ·  view source on GitHub ↗
(appName string)

Source from the content-addressed store, hash-verified

44}
45
46func GetPluginsDir(appName string) string {
47 return filepath.Join(xdg.ConfigHome, appName, "plugins")
48}

Callers 2

RunMethod · 0.92
LoadPluginsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected