MCPcopy Create free account
hub / github.com/Azure/static-web-apps-cli / constructor

Method constructor

e2e/samples/app/mdbook/theme/highlight.js:494–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 }
493 class a {
494 constructor() {
495 (this.rules = []), (this.multiRegexes = []), (this.count = 0), (this.lastIndex = 0), (this.regexIndex = 0);
496 }
497 getMatcher(e) {
498 if (this.multiRegexes[e]) return this.multiRegexes[e];
499 const n = new t();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected