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

Function cleanupPlugins

app/cli/cmd/plugins.go:354–358  ·  view source on GitHub ↗

cleanupPlugins should be called during application shutdown

()

Source from the content-addressed store, hash-verified

352
353// cleanupPlugins should be called during application shutdown
354func cleanupPlugins() {
355 if pluginManager != nil {
356 pluginManager.Shutdown()
357 }
358}
359
360// Table output functions
361func pluginListTableOutput(plugins map[string]*plugins.LoadedPlugin) {

Callers 1

cleanupFunction · 0.85

Calls 1

ShutdownMethod · 0.80

Tested by

no test coverage detected