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

Function langRe

frontend/public/swagger-ui-bundle.js:20536–20538  ·  view source on GitHub ↗
(o, i)

Source from the content-addressed store, hash-verified

20534 }
20535 function compileLanguage(s, { plugins: o }) {
20536 function langRe(o, i) {
20537 return new RegExp(source(o), 'm' + (s.case_insensitive ? 'i' : '') + (i ? 'g' : ''))
20538 }
20539 class MultiRegex {
20540 constructor() {
20541 ;((this.matchIndexes = {}),

Callers 2

compileMethod · 0.85
compileLanguageFunction · 0.85

Calls 1

sourceFunction · 0.85

Tested by

no test coverage detected