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

Method Shutdown

app/cli/pkg/plugins/manager.go:148–152  ·  view source on GitHub ↗

Shutdown closes all plugin connections.

()

Source from the content-addressed store, hash-verified

146
147// Shutdown closes all plugin connections.
148func (m *Manager) Shutdown() {
149 for _, client := range m.pluginClients {
150 client.Kill()
151 }
152}

Callers 4

setupTestProviderFunction · 0.80
NewTracerProviderFunction · 0.80
cleanupPluginsFunction · 0.80
NewTracerProviderFunction · 0.80

Calls

no outgoing calls

Tested by 1

setupTestProviderFunction · 0.64