Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/owasp-amass/amass
/ Shutdown
Method
Shutdown
engine/engine.go:86–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(e *Engine) Shutdown() {
87
_ = e.Server.Shutdown()
88
e.Dispatcher.Shutdown()
89
e.Manager.Shutdown()
90
}
Callers
1
CLIWorkflow
Function · 0.95
Calls
1
Shutdown
Method · 0.65
Tested by
no test coverage detected