MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / considerAll

Method considerAll

packages/utils/renderer/highlight.js:601–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

599 return 0 != this.regexIndex;
600 }
601 considerAll() {
602 this.regexIndex = 0;
603 }
604 addRule(e, n) {
605 this.rules.push([e, n]), 'begin' === n.type && this.count++;
606 }

Callers 1

bFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected