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

Function array_dash

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

Source from the content-addressed store, hash-verified

44177 },
44178 $p = new grammar(),
44179 qp = new kp(),
44180 array_dash = (s) => {
44181 if ('string' != typeof s) return !1
44182 try {
44183 return qp.parse($p, 'array-dash', s).success
44184 } catch {
44185 return !1
44186 }
44187 },
44188 es_escape = (s) => {
44189 if ('string' != typeof s && 'number' != typeof s)

Callers 1

es_evaluateFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected