| 7 | import {prefs, getWatchList} from '../modules/prefs'; |
| 8 | |
| 9 | export default class MainCsController extends SubController { |
| 10 | constructor(port) { |
| 11 | super(port); |
| 12 | this.on('ready', this.handleContentReady); |
nothing calls this directly
no outgoing calls
no test coverage detected