(s, o = !0)
| 35028 | function updateFilter(s) { |
| 35029 | return { type: Dn, payload: s } |
| 35030 | } |
| 35031 | function actions_show(s, o = !0) { |
| 35032 | return ((s = normalizeArray(s)), { type: Fn, payload: { thing: s, shown: o } }) |
| 35033 | } |
| 35034 | function changeMode(s, o = '') { |
| 35035 | return ((s = normalizeArray(s)), { type: Ln, payload: { thing: s, mode: o } }) |
nothing calls this directly
no test coverage detected