()
| 740 | } |
| 741 | |
| 742 | func (a *App) GetStatus() proxy.StatusDTO { |
| 743 | if a.proxy == nil { |
| 744 | return proxy.StatusDTO{Mode: proxy.ProxyModeProxy} |
| 745 | } |
| 746 | return a.proxy.GetStatus() |
| 747 | } |
| 748 | |
| 749 | // LeftoverReport describes OS-level network state left behind by a previous run |
| 750 | // that exited without cleanup (crash / force-kill via Task Manager). When |
no outgoing calls
no test coverage detected