MCPcopy Create free account
hub / github.com/dataease/SQLBot / isShown

Function isShown

frontend/public/swagger-ui-bundle.js:35052–35055  ·  view source on GitHub ↗
(s, o, i)

Source from the content-addressed store, hash-verified

35050 },
35051 current = (s) => s.get('layout'),
35052 currentFilter = (s) => s.get('filter'),
35053 isShown = (s, o, i) => (
35054 (o = normalizeArray(o)),
35055 s.get('shown', (0, ze.fromJS)({})).get((0, ze.fromJS)(o), i)
35056 ),
35057 whatMode = (s, o, i = '') => ((o = normalizeArray(o)), s.getIn(['modes', ...o], i)),
35058 $n = Ut(

Callers 1

Calls 2

normalizeArrayFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected