()
| 424 | } |
| 425 | |
| 426 | func (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 |
no outgoing calls
no test coverage detected