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

Function concat

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

Source from the content-addressed store, hash-verified

7166 return concat('(?=', s, ')')
7167 }
7168 function concat(...s) {
7169 return s.map((s) => source(s)).join('')
7170 }
7171 function either(...s) {
7172 return '(' + s.map((s) => source(s)).join('|') + ')'
7173 }

Callers 2

lookaheadFunction · 0.85

Calls 2

sourceFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected