(s, o = '')
| 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 } }) |
| 35036 | } |
| 35037 | const Bn = { |
| 35038 | [Rn]: (s, o) => s.set('layout', o.payload), |
nothing calls this directly
no test coverage detected