MCPcopy
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
86func (e *Engine) Shutdown() {
87 _ = e.Server.Shutdown()
88 e.Dispatcher.Shutdown()
89 e.Manager.Shutdown()
90}

Callers 1

CLIWorkflowFunction · 0.95

Calls 1

ShutdownMethod · 0.65

Tested by

no test coverage detected