MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / stop

Method stop

internal/bootstrap/bootstrap.go:426–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424}
425
426func (f *App) stop() {
427 if f.signals != nil {
428 f.signals <- struct{}{}
429 }
430}
431
432// isSingleInstance checks if there is a single instance
433// of the Fibratus process running in the system. This is

Callers 2

RunMethod · 0.95
ReadCaptureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected