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

Function either

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

Source from the content-addressed store, hash-verified

7169 return s.map((s) => source(s)).join('')
7170 }
7171 function either(...s) {
7172 return '(' + s.map((s) => source(s)).join('|') + ')'
7173 }
7174 s.exports = function xml(s) {
7175 const o = concat(
7176 /[A-Z_]/,

Callers 1

Calls 2

sourceFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected