Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
148
func
(m *Manager) Shutdown() {
149
for
_, client :=
range
m.pluginClients {
150
client.Kill()
151
}
152
}
Callers
4
setupTestProvider
Function · 0.80
NewTracerProvider
Function · 0.80
cleanupPlugins
Function · 0.80
NewTracerProvider
Function · 0.80
Calls
no outgoing calls
Tested by
1
setupTestProvider
Function · 0.64