(from, to)
| 362 | }, |
| 363 | // set |
| 364 | setFromTo(from, to) { |
| 365 | GM_setValue('from', from); |
| 366 | GM_setValue('to', to); |
| 367 | }, |
| 368 | getFrom() { |
| 369 | return GM_getValue('from', 'auto') |
| 370 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected