MCPcopy Index your code
hub / github.com/Hashnode/starter-kit / exec

Method exec

packages/utils/renderer/highlight.js:571–578  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

569 (this.lastIndex = 0);
570 }
571 exec(e) {
572 this.matcherRe.lastIndex = this.lastIndex;
573 const n = this.matcherRe.exec(e);
574 if (!n) return null;
575 const t = n.findIndex((e, n) => n > 0 && void 0 !== e),
576 r = this.matchIndexes[t];
577 return n.splice(0, t), Object.assign(n, r);
578 }
579 }
580 class a {
581 constructor() {

Callers 10

autolinker.jsFile · 0.45
uFunction · 0.45
xFunction · 0.45
addRuleMethod · 0.45
compileMethod · 0.45
execMethod · 0.45
bFunction · 0.45
EFunction · 0.45
marked.jsFile · 0.45
triggerEmbedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected