MCPcopy Create free account
hub / github.com/AandStep/ResultV / GetStatus

Method GetStatus

app.go:742–747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740}
741
742func (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

Callers 9

refreshTrayProxyListMethod · 0.95
startupMethod · 0.45
ApplyModeMethod · 0.45
ToggleAdBlockMethod · 0.45
adBlockStatusDTOMethod · 0.45
UpdateAdBlockFiltersMethod · 0.45
UpdateRulesMethod · 0.45
GetNetworkStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected