(url: string)
| 116 | } |
| 117 | |
| 118 | public GetActivePlugin(url: string): Plugin | null { |
| 119 | const target = this.observables.get(url) || null; |
| 120 | return target && target.plugins.find(x => x.enabled) || null; |
| 121 | } |
| 122 | } |
no outgoing calls
no test coverage detected