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

Function array_index

frontend/public/swagger-ui-bundle.js:44169–44176  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

44167 ;(new grammar(), new kp(), new grammar(), new kp())
44168 const Fp = new grammar(),
44169 Bp = new kp(),
44170 array_index = (s) => {
44171 if ('string' != typeof s) return !1
44172 try {
44173 return Bp.parse(Fp, 'array-index', s).success
44174 } catch {
44175 return !1
44176 }
44177 },
44178 $p = new grammar(),
44179 qp = new kp(),

Callers 1

es_evaluateFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected