MCPcopy Index your code
hub / github.com/dataease/SQLBot / changeMode

Function changeMode

frontend/public/swagger-ui-bundle.js:35033–35035  ·  view source on GitHub ↗
(s, o = '')

Source from the content-addressed store, hash-verified

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),

Callers

nothing calls this directly

Calls 1

normalizeArrayFunction · 0.85

Tested by

no test coverage detected