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

Method getTree

frontend/public/swagger-ui-bundle.js:44115–44120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44113 return s.replace(/~1/g, '/').replace(/~0/g, '~')
44114 }
44115 const Mp = class ASTTranslator extends Np {
44116 getTree() {
44117 const { root: s } = super.getTree()
44118 return s.children
44119 .filter(({ type: s }) => 'reference-token' === s)
44120 .map(({ text: s }) => es_unescape(s))
44121 }
44122 }
44123 const Rp = class Expectations extends Array {

Callers 1

es_parseFunction · 0.45

Calls 3

es_unescapeFunction · 0.85
mapMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected