()
| 1134 | } |
| 1135 | |
| 1136 | func (a *App) GetAdBlockStatus() AdBlockStatusDTO { |
| 1137 | return a.adBlockStatusDTO() |
| 1138 | } |
| 1139 | |
| 1140 | func (a *App) emitAdBlockProgress(p filter.UpdateProgress) { |
| 1141 | if a.ctx != nil { |
nothing calls this directly
no test coverage detected