Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
GetPluginsDir(appName string) string {
47
return
filepath.Join(xdg.ConfigHome, appName,
"plugins"
)
48
}
Callers
2
Run
Method · 0.92
LoadPlugins
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected