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

Method exec

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

Source from the content-addressed store, hash-verified

20586 (this.lastIndex = 0))
20587 }
20588 exec(s) {
20589 this.matcherRe.lastIndex = this.lastIndex
20590 const o = this.matcherRe.exec(s)
20591 if (!o) return null
20592 const i = o.findIndex((s, o) => o > 0 && void 0 !== s),
20593 a = this.matchIndexes[i]
20594 return (o.splice(0, i), Object.assign(o, a))
20595 }
20596 }
20597 class ResumableMultiRegex {
20598 constructor() {

Callers 15

addRuleMethod · 0.45
compileMethod · 0.45
execMethod · 0.45
processBufferFunction · 0.45
endOfModeFunction · 0.45
_highlightFunction · 0.45
highlightElementFunction · 0.45
extractProtocolFunction · 0.45
UrlFunction · 0.45
rrFunction · 0.45
writeScalarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected