MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / A

Function A

web/marked.min.js:500–511  ·  view source on GitHub ↗
(l, e, t)

Source from the content-addressed store, hash-verified

498 return n;
499 }
500 function A(l, e, t) {
501 let n = l.length;
502 if (n === 0) return "";
503 let s = 0;
504 for (; s < n; ) {
505 let i = l.charAt(n - s - 1);
506 if (i === e && !t) s++;
507 else if (i !== e && t) s++;
508 else break;
509 }
510 return l.slice(0, n - s);
511 }
512 function de(l, e) {
513 if (l.indexOf(e[1]) === -1) return -1;
514 let t = 0;

Callers 5

codeMethod · 0.85
headingMethod · 0.85
hrMethod · 0.85
blockquoteMethod · 0.85
linkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected