MCPcopy Index your code
hub / github.com/hoothin/UserScripts / ruleMatch

Method ruleMatch

Pagetual/pagetual.user.js:5158–5160  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

5156 }
5157
5158 ruleMatch(r) {
5159 return this.ruleMatchPre(r) && this.ruleMatchReady(r);
5160 }
5161
5162 scrollToShow(sel, doc) {
5163 let exclude = getElement(sel, doc);

Callers 4

getRuleMethod · 0.95
setRuleMethod · 0.80
addToHpRulesMethod · 0.80
checkPossibleMethod · 0.80

Calls 2

ruleMatchPreMethod · 0.95
ruleMatchReadyMethod · 0.95

Tested by

no test coverage detected